diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f1c3ac0..06f796b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -41,5 +41,4 @@ repos: pass_filenames: false always_run: true ci: - skip: - - towncrier + skip: [towncrier,ruff] diff --git a/changes/156.bugfix b/changes/156.bugfix new file mode 100644 index 0000000..3d683fd --- /dev/null +++ b/changes/156.bugfix @@ -0,0 +1 @@ +Pin ruff version to 0.15.22 diff --git a/tox.ini b/tox.ini index 39a7d89..44d2f91 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ commands = {envpython} -minterrogate -c pyproject.toml giturlparse deps = interrogate - ruff + ruff~=0.15.22 skip_install = true [testenv:isort]