We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2253b commit db7bccbCopy full SHA for db7bccb
.pre-commit-config.yaml
@@ -8,14 +8,12 @@ repos:
8
- id: check-added-large-files
9
- id: check-case-conflict
10
- id: check-merge-conflict
11
- - id: check-symlinks
12
- id: check-yaml
13
- id: debug-statements
14
- id: end-of-file-fixer
15
- id: mixed-line-ending
16
- id: name-tests-test
17
args: ["--pytest-test-first"]
18
- - id: requirements-txt-fixer
19
- id: trailing-whitespace
20
21
# Can run individually with `pre-commit run mypy --all-files`
0 commit comments