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

#620 Black on factories and data_interface

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:hotfix/SG-000-black_on_some_common
1
2
3
4
5
6
7
8
9
10
11
  1. [flake8]
  2. ignore = E731, C901, W503, W504 # lambda functions, function too complex, line break after binary operator
  3. # In order to make flake8 compatible with black formatting
  4. # https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html
  5. extend-ignore = E203
  6. max-line-length = 160
  7. max-complexity = 10
  8. exclude =
  9. *pb2*.py # Excluding protobuf python autogenerated files, that does not follow our conventions.
Discard
Tip!

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