Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 29d556c + ade569e commit 0fe4b08Copy full SHA for 0fe4b08
1 file changed
.pre-commit-config.yaml
@@ -13,13 +13,15 @@ exclude: |
13
)
14
repos:
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v4.2.0
+ rev: v4.3.0
17
hooks:
18
- id: check-added-large-files
19
- id: check-docstring-first
20
- id: end-of-file-fixer
21
exclude_types: [svg]
22
- id: mixed-line-ending
23
+ - id: name-tests-test
24
+ args: ["--django"]
25
- id: trailing-whitespace
26
27
- repo: https://github.com/pycqa/flake8
0 commit comments