We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a60aa4 commit 2c04d10Copy full SHA for 2c04d10
.pre-commit-config.yaml
@@ -35,11 +35,11 @@ repos:
35
hooks:
36
- id: black
37
- repo: https://github.com/charliermarsh/ruff-pre-commit
38
- rev: v0.0.244
+ rev: v0.0.253
39
40
- id: ruff
41
- repo: https://github.com/dosisod/refurb
42
- rev: v1.12.0
+ rev: v1.13.0
43
44
- id: refurb
45
args: [--ignore, FURB126]
@@ -68,7 +68,7 @@ repos:
68
args: [-L als, -L unparseable]
69
additional_dependencies: ["tomli"]
70
- repo: https://github.com/pre-commit/mirrors-mypy
71
- rev: 'v1.0.0'
+ rev: 'v1.0.1'
72
73
- id: mypy
74
args: [
0 commit comments