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 2defceb commit c15b818Copy full SHA for c15b818
.pre-commit-config.yaml
@@ -1,6 +1,17 @@
1
minimum_pre_commit_version: "2.9.0"
2
exclude: /vendor/
3
repos:
4
+ - repo: meta
5
+ hooks:
6
+ - id: check-hooks-apply
7
+ - id: check-useless-excludes
8
+ - repo: local
9
10
+ - id: forbid-symlinks
11
+ name: Forbid symlinks
12
+ entry: Forbid symlinks
13
+ language: fail
14
+ types: [symlink]
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
rev: v4.4.0
17
hooks:
@@ -9,7 +20,6 @@ repos:
20
- id: check-executables-have-shebangs
21
- id: check-merge-conflict
22
- id: check-shebang-scripts-are-executable
- - id: check-symlinks
23
- id: destroyed-symlinks
24
- id: detect-private-key
25
- id: end-of-file-fixer
0 commit comments