Skip to content

Commit 4fcd9d9

Browse files
committed
Update ruff to 0.6.9
1 parent 706680f commit 4fcd9d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: black
1212
exclude: '^(test-data/)'
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.2.0 # must match test-requirements.txt
14+
rev: v0.6.9 # must match test-requirements.txt
1515
hooks:
1616
- id: ruff
1717
args: [--exit-non-zero-on-fix]

test-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ psutil>=4.0
1212
pytest>=8.1.0
1313
pytest-xdist>=1.34.0
1414
pytest-cov>=2.10.0
15-
ruff==0.2.0 # must match version in .pre-commit-config.yaml
15+
ruff==0.6.9 # must match version in .pre-commit-config.yaml
1616
setuptools>=65.5.1
1717
tomli>=1.1.0 # needed even on py311+ so the self check passes with --python-version 3.8

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pytest-cov==4.1.0
4545
# via -r test-requirements.in
4646
pytest-xdist==3.3.1
4747
# via -r test-requirements.in
48-
ruff==0.2.0
48+
ruff==0.6.9
4949
# via -r test-requirements.in
5050
tomli==2.0.1
5151
# via -r test-requirements.in

0 commit comments

Comments
 (0)