We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ede3a8 commit 712c48cCopy full SHA for 712c48c
1 file changed
.flake8
@@ -7,8 +7,15 @@
7
#
8
9
[flake8]
10
-max-line-length = 120
+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
16
17
# ignore "Black would make changes" produced by flake8-black
18
# see also https://github.com/houndci/hound/issues/1769
19
extend-ignore = BLK100
20
+
21
+max-line-length = 120
0 commit comments