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 17e09bf commit ab91593Copy full SHA for ab91593
1 file changed
.pre-commit-config.yaml
@@ -39,6 +39,23 @@ repos:
39
pass_filenames: false
40
always_run: true
41
42
+ # Standard hooks
43
+ - repo: https://github.com/pre-commit/pre-commit-hooks
44
+ rev: "v5.0.0"
45
+ hooks:
46
+ - id: check-added-large-files
47
+ - id: check-case-conflict
48
+ - id: check-docstring-first
49
+ - id: check-merge-conflict
50
+ - id: check-symlinks
51
+ - id: check-toml
52
+ - id: check-yaml
53
+ - id: debug-statements
54
+ - id: end-of-file-fixer
55
+ - id: mixed-line-ending
56
+ - id: requirements-txt-fixer
57
+ - id: trailing-whitespace
58
+
59
# Checking for common mistakes
60
- repo: https://github.com/pre-commit/pygrep-hooks
61
rev: "v1.10.0"
0 commit comments