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 cd1d365 commit 67f8193Copy full SHA for 67f8193
.pre-commit-config.yaml
@@ -40,10 +40,11 @@ repos:
40
hooks:
41
- id: mypy
42
43
-- repo: local
44
- hooks:
45
- - id: forbid-words-in-filenames
46
- name: Check for forbidden words in filenames
47
- entry: python3 pre_commit_hooks/forbid_words_in_filenames.py
48
- language: system
49
- types: [file]
+- repo: https://github.com/KatanicU/pre-commit-hooks_fork
+ rev: v2.3.10
+ hooks:
+ - id: check-yaml
+ - id: end-of-file-fixer
+ - id: trailing-whitespace
+ - id: name-tests-test
50
+ - id: forbid-words-in-filenames
0 commit comments