Skip to content

Commit da6d7a2

Browse files
authored
Merge branch 'main' into type_cleanup
2 parents d27016d + e252046 commit da6d7a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ repos:
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.14.4
14+
rev: v0.15.5
1315
hooks:
14-
- id: ruff
16+
- id: ruff-check
1517
- id: ruff-format

0 commit comments

Comments
 (0)