Skip to content

Commit 1d32988

Browse files
Update pre-commit
1 parent 435f8af commit 1d32988

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ repos:
1414
rev: 3.9.2
1515
hooks:
1616
- id: flake8
17-
# - repo: https://github.com/timothycrosley/isort
18-
# rev: 5.10.1
19-
# hooks:
20-
# - id: isort
2117
- repo: https://github.com/pre-commit/pre-commit-hooks
2218
rev: v4.3.0
2319
hooks:
@@ -44,12 +40,10 @@ repos:
4440
- id: mixed-line-ending
4541
- id: name-tests-test
4642
- id: pretty-format-json
47-
# https://pre-commit.com/#regular-expressions
4843
exclude: |
4944
(?x)^(
5045
.vscode/launch.json|
5146
.vscode/settings.json
5247
)$
5348
args: ['--autofix', '--indent=2', '--no-sort-keys']
5449
- id: requirements-txt-fixer
55-
# - id: trailing-whitespace

0 commit comments

Comments
 (0)