Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#288 Add linter (flake8) check in CI

Merged
Ofri Masad merged 1 commits into Deci-AI:master from deci-ai:feature/SG-79-add-flake_8_linter
@@ -1,5 +1,5 @@
 [flake8]
 [flake8]
-ignore = E501
+ignore = E731, C901, W504 # lambda functions, function too complex, line break after binary operator
 max-line-length = 160
 max-line-length = 160
 max-complexity = 10
 max-complexity = 10
 exclude =
 exclude =
Discard
Tip!

Press p or to see the previous file or, n or to see the next file