Skip to content

Commit 87c65b5

Browse files
authored
Merge pull request #16 from abobov/update-pre-commit-config
Update pre-commit hooks and add TOML validation
2 parents 2e1bfd4 + 20cbd7b commit 87c65b5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v6.0.0
44
hooks:
5+
- id: check-toml
56
- id: check-yaml
67
- id: end-of-file-fixer
78
- id: trailing-whitespace
89
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.1.0
10+
rev: v0.14.11
1011
hooks:
11-
- id: ruff
12+
- id: ruff-check
1213
- repo: https://github.com/psf/black
13-
rev: 23.9.1
14+
rev: 25.12.0
1415
hooks:
1516
- id: black

0 commit comments

Comments
 (0)