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 b6ec2cd commit a1973c9Copy full SHA for a1973c9
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
args: [--branch, main]
18
- id: trailing-whitespace
19
- repo: https://github.com/pre-commit/pygrep-hooks
20
- rev: v1.9.0
+ rev: v1.10.0
21
hooks:
22
- id: python-check-blanket-noqa
23
- id: python-check-mock-methods
@@ -45,11 +45,11 @@ repos:
45
46
- id: black
47
- repo: https://github.com/charliermarsh/ruff-pre-commit
48
- rev: v0.0.205
+ rev: v0.0.223
49
50
- id: ruff
51
- repo: https://github.com/dosisod/refurb
52
- rev: v1.9.1
53
54
- id: refurb
55
args: [--ignore, FURB126]
0 commit comments