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.
1 parent d418d96 commit e1b61fcCopy full SHA for e1b61fc
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.5.5 # keep in rough sync with pyproject.toml
+ rev: v0.7.2 # keep in rough sync with pyproject.toml
4
hooks:
5
- name: Ruff formatting
6
id: ruff-format
pyproject.toml
@@ -54,7 +54,7 @@ dev = [
54
"pre-commit",
55
# Ruff is using minor versions for breaking changes until their 1.0 release.
56
# See https://docs.astral.sh/ruff/versioning/
57
- "ruff < 0.6", # keep in rough sync with pre-commit-config.yaml
+ "ruff < 0.8", # keep in rough sync with pre-commit-config.yaml
58
]
59
60
[project.urls]
0 commit comments