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 aef4ca3 commit 118bcd4Copy full SHA for 118bcd4
.pre-commit-config.yaml
@@ -9,12 +9,12 @@ ci:
9
10
repos:
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.13.2
+ rev: v0.13.3
13
hooks:
14
- id: ruff-check
15
args: [--fix]
16
17
- - repo: https://github.com/psf/black
+ - repo: https://github.com/psf/black-pre-commit-mirror
18
rev: 25.9.0
19
20
- id: black
@@ -33,7 +33,7 @@ repos:
33
exclude: tests/eval_files/async103.py
34
35
- repo: https://github.com/pycqa/isort
36
- rev: 6.0.1
+ rev: 6.1.0
37
38
- id: isort
39
@@ -45,7 +45,7 @@ repos:
45
exclude: tests/(eval|autofix)_files/.*_py(310|311).py
46
47
- repo: https://github.com/RobertCraigie/pyright-python
48
- rev: v1.1.405
+ rev: v1.1.406
49
50
- id: pyright
51
# ignore warnings about new version being available, no other warnings
0 commit comments