Skip to content

Commit 07657a1

Browse files
committed
update
1 parent e95fb93 commit 07657a1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-merge-conflict
66
- id: debug-statements
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
10+
- id: check-toml
1011
- id: check-json
12+
- id: check-ast
1113
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.9.9
14+
rev: v0.15.5
1315
hooks:
14-
- id: ruff
16+
- id: ruff-check
1517
- id: ruff-format

0 commit comments

Comments
 (0)