We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24be40b + ab97967 commit 452c3f9Copy full SHA for 452c3f9
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.7.2 # keep in rough sync with pyproject.toml
+ rev: v0.8.0 # keep in rough sync with pyproject.toml
4
hooks:
5
- name: Ruff formatting
6
id: ruff-format
pyproject.toml
@@ -53,7 +53,7 @@ dev = [
53
"pre-commit",
54
# Ruff is using minor versions for breaking changes until their 1.0 release.
55
# See https://docs.astral.sh/ruff/versioning/
56
- "ruff < 0.8", # keep in rough sync with pre-commit-config.yaml
+ "ruff < 0.9", # keep in rough sync with pre-commit-config.yaml
57
]
58
59
[project.urls]
0 commit comments