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 61dba89 commit 8d3cdbbCopy full SHA for 8d3cdbb
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: end-of-file-fixer
11
exclude: tests/testdata
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: "v0.5.5"
+ rev: "v0.5.6"
14
hooks:
15
- id: ruff
16
@@ -34,7 +34,7 @@ repos:
34
- id: black-disable-checker
35
exclude: tests/test_nodes_lineno.py
36
- repo: https://github.com/psf/black
37
- rev: 24.4.2
+ rev: 24.8.0
38
39
- id: black
40
args: [--safe, --quiet]
@@ -55,7 +55,7 @@ repos:
55
]
56
exclude: tests/testdata|conf.py
57
- repo: https://github.com/pre-commit/mirrors-mypy
58
- rev: v1.11.0
+ rev: v1.11.1
59
60
- id: mypy
61
name: mypy
0 commit comments