We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59cd81 commit 78d063dCopy full SHA for 78d063d
1 file changed
.pre-commit-config.yaml
@@ -80,11 +80,14 @@ repos:
80
- id: check-ast
81
- id: check-case-conflict
82
- id: trailing-whitespace
83
+ exclude: CHANGES.md
84
- id: check-yaml
85
- id: debug-statements
86
- id: check-added-large-files
87
- id: end-of-file-fixer
88
- id: mixed-line-ending
89
+ - id: check-toml
90
+
91
92
ci:
93
autofix_prs: false
0 commit comments