We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5119db0 commit 92a680bCopy full SHA for 92a680b
.pre-commit-config.yaml
@@ -52,13 +52,13 @@ repos:
52
hooks:
53
- id: black
54
- repo: https://github.com/charliermarsh/ruff-pre-commit
55
- rev: v0.0.241
+ rev: v0.0.257
56
57
- id: ruff
58
args: [hooks, tests]
59
pass_filenames: false
60
- repo: https://github.com/dosisod/refurb
61
- rev: v1.10.0
+ rev: v1.14.0
62
63
- id: refurb
64
args: [--ignore, FURB126]
@@ -98,12 +98,12 @@ repos:
98
# path/to/file.py
99
# )$
100
- repo: https://github.com/codespell-project/codespell
101
- rev: v2.2.2
+ rev: v2.2.4
102
103
- id: codespell
104
additional_dependencies: [tomli]
105
- repo: https://github.com/pre-commit/mirrors-mypy
106
- rev: 'v0.991'
+ rev: 'v1.1.1'
107
108
- id: mypy
109
args: [
0 commit comments