We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc13a01 commit b6bfbb6Copy full SHA for b6bfbb6
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.11.0
+ rev: v0.11.2
13
hooks:
14
- id: ruff
15
args: [--fix]
@@ -45,7 +45,7 @@ repos:
45
exclude: tests/(eval|autofix)_files/.*_py311.py
46
47
- repo: https://github.com/RobertCraigie/pyright-python
48
- rev: v1.1.396
+ rev: v1.1.397
49
50
- id: pyright
51
# ignore warnings about new version being available, no other warnings
0 commit comments