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 ee9bf73 commit 27391a1Copy full SHA for 27391a1
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
- id: mixed-line-ending
28
29
- repo: https://github.com/pycqa/isort
30
- rev: 6.0.0
+ rev: 6.0.1
31
hooks:
32
- id: isort
33
@@ -38,13 +38,13 @@ repos:
38
args: [--target-version, "3.2"]
39
40
- repo: https://github.com/astral-sh/ruff-pre-commit
41
- rev: v0.9.7
+ rev: v0.9.9
42
hooks: # Format before linting
43
# - id: ruff-format
44
- id: ruff
45
46
- repo: https://github.com/tox-dev/pyproject-fmt
47
- rev: v2.5.0
+ rev: v2.5.1
48
49
- id: pyproject-fmt
50
0 commit comments