We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95fb93 commit 07657a1Copy full SHA for 07657a1
1 file changed
.pre-commit-config.yaml
@@ -1,15 +1,17 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: check-merge-conflict
6
- id: debug-statements
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
- id: check-yaml
10
+ - id: check-toml
11
- id: check-json
12
+ - id: check-ast
13
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.9.9
14
+ rev: v0.15.5
15
- - id: ruff
16
+ - id: ruff-check
17
- id: ruff-format
0 commit comments