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 2d4ba04 commit 1374f93Copy full SHA for 1374f93
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: debug-statements
10
- id: end-of-file-fixer
11
- repo: https://github.com/pre-commit/pygrep-hooks
12
- rev: v1.9.0 # Use the ref you want to point at
+ rev: v1.10.0 # Use the ref you want to point at
13
hooks:
14
- id: python-check-blanket-noqa
15
- id: python-check-mock-methods
@@ -36,11 +36,11 @@ repos:
36
37
- id: black
38
- repo: https://github.com/charliermarsh/ruff-pre-commit
39
- rev: v0.0.215
+ rev: v0.0.223
40
41
- id: ruff
42
- repo: https://github.com/dosisod/refurb
43
- rev: v1.9.1
+ rev: v1.10.0
44
45
- id: refurb
46
args: [--ignore, FURB126]
0 commit comments