We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb42832 commit 6444512Copy full SHA for 6444512
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: trailing-whitespace
6
exclude: |
@@ -12,7 +12,7 @@ repos:
12
- id: check-yaml
13
- id: check-added-large-files
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.5.1
+ rev: v0.9.5
16
17
- id: ruff
18
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
0 commit comments