Skip to content

Commit 3ec08df

Browse files
committed
fix: pin ruff version to 0.15.22
1 parent 4f6fe57 commit 3ec08df

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: 'v0.16.0'
26+
rev: 'v0.15.22'
2727
hooks:
2828
- id: ruff
2929
- repo: https://github.com/asottile/pyupgrade
@@ -41,5 +41,4 @@ repos:
4141
pass_filenames: false
4242
always_run: true
4343
ci:
44-
skip:
45-
- towncrier
44+
skip: [towncrier,ruff]

changes/156.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pin ruff version to 0.15.22

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ commands =
2424
{envpython} -minterrogate -c pyproject.toml giturlparse
2525
deps =
2626
interrogate
27-
ruff
27+
ruff~=0.15.22
2828
skip_install = true
2929

3030
[testenv:isort]

0 commit comments

Comments
 (0)