Skip to content

Commit 0641a6f

Browse files
committed
Disable flake8 B042
1 parent 4d6753c commit 0641a6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ignore=
88
W504
99
; "experimental" SIM9xx rules (flake8-simplify)
1010
SIM9
11+
; not all exception subclass __init__ args passed to super __init__
12+
; see https://github.com/cylc/cylc-flow/issues/7059
13+
B042
1114

1215
exclude=
1316
build,

0 commit comments

Comments
 (0)