Skip to content

Commit 2144cfc

Browse files
committed
remove flake8 check
1 parent 7e741aa commit 2144cfc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,6 @@ repos:
1515
files: \.py$
1616
args: [--profile=black]
1717

18-
- repo: https://github.com/pycqa/flake8
19-
rev: 6.0.0
20-
hooks:
21-
- id: flake8
22-
additional_dependencies:
23-
[
24-
"flake8-bugbear==20.1.4",
25-
"flake8-logging-format==0.9.0",
26-
"flake8-implicit-str-concat==0.2.0",
27-
]
28-
stages: [manual]
29-
3018
- repo: https://github.com/pre-commit/pre-commit-hooks
3119
rev: v4.4.0
3220
hooks:

0 commit comments

Comments
 (0)