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 34dd14c commit f3864d4Copy full SHA for f3864d4
.pre-commit-config.yaml
@@ -16,12 +16,12 @@ repos:
16
args: [--fix, lf]
17
- id: trailing-whitespace
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: "v0.9.6"
+ rev: "v0.11.2"
20
hooks:
21
- id: ruff
22
args: [--fix, --exit-non-zero-on-fix]
23
- repo: https://github.com/PyCQA/isort
24
- rev: 6.0.0
+ rev: 6.0.1
25
26
- id: isort
27
- repo: https://github.com/pre-commit/mirrors-prettier
0 commit comments