Skip to content

Commit 712c48c

Browse files
committed
skip flake8 for existing files and unit tests
1 parent 0ede3a8 commit 712c48c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.flake8

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@
77
#
88

99
[flake8]
10-
max-line-length = 120
10+
exclude =
11+
scripts/check-stratum-servers.py,
12+
scripts/automated_ingestion/automated_ingestion.py,
13+
scripts/automated_ingestion/eessitarball.py,
14+
scripts/automated_ingestion/utils.py,
15+
scripts/automated_ingestion/unit_tests/*.py
1116

1217
# ignore "Black would make changes" produced by flake8-black
1318
# see also https://github.com/houndci/hound/issues/1769
1419
extend-ignore = BLK100
20+
21+
max-line-length = 120

0 commit comments

Comments
 (0)