File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ psutil>=4.0
1212pytest>=8.1.0
1313pytest-xdist>=1.34.0
1414pytest-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
1616setuptools>=65.5.1
1717tomli>=1.1.0 # needed even on py311+ so the self check passes with --python-version 3.8
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ pytest-cov==4.1.0
4545 # via -r test-requirements.in
4646pytest-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
5050tomli==2.0.1
5151 # via -r test-requirements.in
You can’t perform that action at this time.
0 commit comments