Skip to content

Commit d5e7517

Browse files
committed
more pre-commit
1 parent f9b04b1 commit d5e7517

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v4.4.0
4+
hooks:
5+
- id: check-yaml
6+
args: ["--allow-multiple-documents"]
7+
- id: check-toml
8+
- id: check-added-large-files
9+
- id: detect-private-key
10+
- id: check-merge-conflict
11+
- id: forbid-new-submodules
12+
213
- repo: https://github.com/astral-sh/ruff-pre-commit
314
# Ruff version.
415
rev: v0.13.3
@@ -35,3 +46,5 @@ repos:
3546
entry: .githooks/post-checkout
3647
language: script
3748
stages: [ post-checkout ]
49+
pass_filenames: false
50+
always_run: true

0 commit comments

Comments
 (0)