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 597cf34 commit 178ded6Copy full SHA for 178ded6
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.9.7
+ rev: v0.9.9
4
hooks:
5
- id: ruff
6
args: [--fix, --exit-non-zero-on-fix]
@@ -23,7 +23,7 @@ repos:
23
- id: requirements-txt-fixer
24
25
- repo: https://github.com/pycqa/isort
26
- rev: 6.0.0
+ rev: 6.0.1
27
28
- id: isort
29
name: isort (python)
0 commit comments