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 284baf4 commit 5a27e7bCopy full SHA for 5a27e7b
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
exclude: ^\.yarn/releases/.*$
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
@@ -24,7 +24,7 @@ repos:
24
exclude: ^\.github/workflows
25
# Python
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.8.0
+ rev: v0.12.8
28
29
- id: ruff
30
args: ["--fix"]
0 commit comments