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 435f8af commit 1d32988Copy full SHA for 1d32988
.pre-commit-config.yaml
@@ -14,10 +14,6 @@ repos:
14
rev: 3.9.2
15
hooks:
16
- id: flake8
17
- # - repo: https://github.com/timothycrosley/isort
18
- # rev: 5.10.1
19
- # hooks:
20
- # - id: isort
21
- repo: https://github.com/pre-commit/pre-commit-hooks
22
rev: v4.3.0
23
@@ -44,12 +40,10 @@ repos:
44
40
- id: mixed-line-ending
45
41
- id: name-tests-test
46
42
- id: pretty-format-json
47
- # https://pre-commit.com/#regular-expressions
48
43
exclude: |
49
(?x)^(
50
.vscode/launch.json|
51
.vscode/settings.json
52
)$
53
args: ['--autofix', '--indent=2', '--no-sort-keys']
54
- id: requirements-txt-fixer
55
- # - id: trailing-whitespace
0 commit comments