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 88723fe commit 20c2463Copy full SHA for 20c2463
.pre-commit-config.yaml
@@ -45,18 +45,18 @@ repos:
45
hooks:
46
- id: sort-all
47
- repo: https://github.com/astral-sh/ruff-pre-commit
48
- rev: v0.1.8
+ rev: v0.1.9
49
50
- id: ruff-format
51
- id: ruff
52
args: [--unsafe-fixes]
53
- repo: https://github.com/dosisod/refurb
54
- rev: v1.25.0
+ rev: v1.26.0
55
56
- id: refurb
57
args: [--ignore, FURB126]
58
- repo: https://github.com/pre-commit/mirrors-mypy
59
- rev: v1.7.1
+ rev: v1.8.0
60
61
- id: mypy
62
additional_dependencies: [
0 commit comments