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 e26a15f commit 87f599dCopy full SHA for 87f599d
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
args: [--fix=lf]
12
- id: check-case-conflict
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.11.2 # must match requirements-tests.txt
+ rev: v0.11.4 # must match requirements-tests.txt
15
hooks:
16
- id: ruff
17
name: Run ruff on stubs, tests and scripts
requirements-tests.txt
@@ -13,7 +13,7 @@ packaging==24.2
pathspec>=0.11.1
pre-commit
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
-ruff==0.11.2
+ruff==0.11.4
stubdefaulter==0.1.0
18
termcolor>=2.3
19
tomli==2.2.1
0 commit comments