Skip to content

Commit ccade0b

Browse files
committed
Remove flake8 for now
1 parent 9dad87b commit ccade0b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ repos:
77
- id: check-yaml
88
- id: debug-statements
99

10-
- repo: https://github.com/pycqa/flake8
11-
rev: 7.0.0
12-
hooks:
13-
- id: flake8
14-
10+
# Too many things to fix, let's just ignore it for now
11+
#- repo: https://github.com/pycqa/flake8
12+
# rev: 7.0.0
13+
# hooks:
14+
# - id: flake8
15+
#
1516
- repo: https://github.com/pycqa/isort
1617
rev: 5.13.2
1718
hooks:

0 commit comments

Comments
 (0)