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 4209614 commit cbad543Copy full SHA for cbad543
.pre-commit-config.yaml
@@ -6,5 +6,16 @@ repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
rev: v4.4.0
8
hooks:
9
+ - id: check-added-large-files
10
+ - id: check-case-conflict
11
+ - id: check-executables-have-shebangs
12
+ # TODO - id: check-json
13
+ - id: check-merge-conflict
14
+ - id: check-shebang-scripts-are-executable
15
+ - id: check-symlinks
16
+ - id: check-vcs-permalinks
17
+ # TODO - id: check-yaml args: [--allow-multiple-documents] exclude: mkdocs.yaml
18
+ - id: destroyed-symlinks
19
- id: end-of-file-fixer
20
+ exclude: ^(.*svg)$
21
- id: trailing-whitespace
0 commit comments