diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cdaa915..20eb745 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-yaml - id: check-json - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.8 + rev: v0.8.0 hooks: - id: ruff - id: ruff-format diff --git a/pyproject.toml b/pyproject.toml index d6789e2..de6b135 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ responses = "^0.13.0" sphinx = "^3.5.2" sphinx-autobuild = "^2021.3.14" coverage = "^7" -ruff = "^0.6.3" +ruff = ">=0.8.0" pytest-ruff = "^0.3.2" [build-system] @@ -64,7 +64,7 @@ select = [ # isort "I", ] -ignore = ["E501", "I001", "SIM102"] +ignore = ["E501", "I001", "SIM102", "UP006", "UP035"] exclude = ["examples/*"] [tool.ruff.lint.isort]