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 4cfeb35 commit f0a7734Copy full SHA for f0a7734
.pre-commit-config.yaml
@@ -1,12 +1,15 @@
1
---
2
+exclude: '.*[\\/]pretty_.*\.html$'
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
rev: v4.6.0
6
hooks:
7
- id: check-yaml # Check YAML files for syntax errors
8
- id: debug-statements # Check for debugger imports and py37+ breakpoint()
9
- id: end-of-file-fixer # Ensure files end in a newline
10
+ exclude: '^pretty_.*\.html$'
11
- id: trailing-whitespace # Trailing whitespace checker
12
13
- id: check-added-large-files # Check for large files added to git
14
- id: check-merge-conflict # Check for files that contain merge conflict strings
15
- repo: https://github.com/pre-commit/pygrep-hooks
0 commit comments