Bump ruff to 0.0.255

This commit is contained in:
Matthias 2023-03-13 20:16:12 +01:00
parent 487469680f
commit b23cea6e59
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version. # Ruff version.
rev: 'v0.0.251' rev: 'v0.0.255'
hooks: hooks:
- id: ruff - id: ruff

View File

@ -7,7 +7,7 @@
-r docs/requirements-docs.txt -r docs/requirements-docs.txt
coveralls==3.3.1 coveralls==3.3.1
ruff==0.0.254 ruff==0.0.255
mypy==1.1.1 mypy==1.1.1
pre-commit==3.1.1 pre-commit==3.1.1
pytest==7.2.2 pytest==7.2.2