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 901b043Copy full SHA for 901b043
.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.257
39
40
- id: ruff
41
- repo: https://github.com/dosisod/refurb
42
- rev: v1.12.0
+ rev: v1.14.0
43
44
- id: refurb
45
args: [--ignore, FURB126]
@@ -62,13 +62,13 @@ repos:
62
]
63
args: [--wrap, "88"]
64
- repo: https://github.com/codespell-project/codespell
65
- rev: v2.2.2
+ rev: v2.2.4
66
67
- id: codespell
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.1.1'
72
73
- id: mypy
74
args: [
0 commit comments