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 7a2a67b commit 06b48f2Copy full SHA for 06b48f2
.pre-commit-config.yaml
@@ -9,13 +9,13 @@ ci:
9
10
repos:
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.9.3
+ rev: v0.9.4
13
hooks:
14
- id: ruff
15
args: [--fix]
16
17
- repo: https://github.com/psf/black
18
- rev: 24.10.0
+ rev: 25.1.0
19
20
- id: black
21
args: [--preview]
@@ -45,7 +45,7 @@ repos:
45
exclude: tests/eval_files/.*_py311.py
46
47
- repo: https://github.com/RobertCraigie/pyright-python
48
- rev: v1.1.392.post0
+ rev: v1.1.393
49
50
- id: pyright
51
# ignore warnings about new version being available, no other warnings
@@ -66,7 +66,7 @@ repos:
66
- trio
67
68
- repo: https://github.com/codespell-project/codespell
69
- rev: v2.4.0
+ rev: v2.4.1
70
71
- id: codespell
72
additional_dependencies:
0 commit comments