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 4f6fe57 commit 654a1f4Copy full SHA for 654a1f4
3 files changed
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
hooks:
24
- id: black
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: 'v0.16.0'
+ rev: 'v0.15.22'
27
28
- id: ruff
29
- repo: https://github.com/asottile/pyupgrade
@@ -41,5 +41,4 @@ repos:
41
pass_filenames: false
42
always_run: true
43
ci:
44
- skip:
45
- - towncrier
+ skip: [towncrier,ruff]
changes/156.bugfix
@@ -0,0 +1 @@
1
+Pin ruff version to 0.15.22
tox.ini
@@ -24,7 +24,7 @@ commands =
{envpython} -minterrogate -c pyproject.toml giturlparse
deps =
interrogate
- ruff
+ ruff~=0.15.22
skip_install = true
30
[testenv:isort]
0 commit comments