Update Ruff dependency version

This commit is contained in:
Justin Mayer 2024-03-27 08:25:48 +01:00
commit b87308cfaa
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ repos:
- id: forbid-new-submodules - id: forbid-new-submodules
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.5 rev: v0.1.15
hooks: hooks:
- id: ruff - id: ruff
- id: ruff-format - id: ruff-format

View file

@ -95,7 +95,7 @@ dev = [
"pytest-xdist>=3.4.0", "pytest-xdist>=3.4.0",
"tox>=4.11.3", "tox>=4.11.3",
"invoke>=2.2.0", "invoke>=2.2.0",
"ruff>=0.1.5,<0.2.0", "ruff>=0.1.15,<0.2.0",
"tomli>=2.0.1; python_version < \"3.11\"", "tomli>=2.0.1; python_version < \"3.11\"",
] ]