We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6753c commit 0641a6fCopy full SHA for 0641a6f
tox.ini
@@ -8,6 +8,9 @@ ignore=
8
W504
9
; "experimental" SIM9xx rules (flake8-simplify)
10
SIM9
11
+ ; not all exception subclass __init__ args passed to super __init__
12
+ ; see https://github.com/cylc/cylc-flow/issues/7059
13
+ B042
14
15
exclude=
16
build,
0 commit comments