diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a00c05b..078edf5 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 @@ -50,5 +50,4 @@ repos: pass_filenames: false always_run: true ci: - skip: - - towncrier + skip: [towncrier,ruff] diff --git a/changes/261.bugfix b/changes/261.bugfix new file mode 100644 index 0000000..3d683fd --- /dev/null +++ b/changes/261.bugfix @@ -0,0 +1 @@ +Pin ruff version to 0.15.22 diff --git a/tox.ini b/tox.ini index 8f107e1..34e715e 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ commands = {envpython} -minterrogate -c pyproject.toml taiga tests deps = interrogate - ruff + ruff~=0.15.22 skip_install = true [testenv:isort]