Thank you! We'll be in touch ASAP.
Something went wrong, please try again or contact us directly at contact@dagshub.com
Deci-AI:master
deci-ai:feature/SG-79-add-flake_8_linter
@@ -1,5 +1,5 @@
[flake8]
-ignore = E501
+ignore = E731, C901, W504 # lambda functions, function too complex, line break after binary operator
max-line-length = 160
max-complexity = 10
exclude =