Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.16.0'
rev: 'v0.15.22'
hooks:
- id: ruff
- repo: https://github.com/asottile/pyupgrade
Expand All @@ -41,5 +41,4 @@ repos:
pass_filenames: false
always_run: true
ci:
skip:
- towncrier
skip: [towncrier,ruff]
1 change: 1 addition & 0 deletions changes/156.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pin ruff version to 0.15.22
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ commands =
{envpython} -minterrogate -c pyproject.toml giturlparse
deps =
interrogate
ruff
ruff~=0.15.22
skip_install = true

[testenv:isort]
Expand Down
Loading