We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b04b1 commit d5e7517Copy full SHA for d5e7517
.pre-commit-config.yaml
@@ -1,4 +1,15 @@
1
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
+
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
# Ruff version.
15
rev: v0.13.3
@@ -35,3 +46,5 @@ repos:
35
46
entry: .githooks/post-checkout
36
47
language: script
37
48
stages: [ post-checkout ]
49
+ pass_filenames: false
50
+ always_run: true
0 commit comments