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 d081257 commit 3e0c20cCopy full SHA for 3e0c20c
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v4.6.0
4
hooks:
5
- id: trailing-whitespace
6
- id: check-yaml
7
- id: debug-statements
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.3.4
+ rev: v0.3.5
10
11
- id: ruff
12
args: [--fix, --exit-non-zero-on-fix]
0 commit comments