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

.flake8 328 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. [flake8]
  2. exclude =
  3. .venv,
  4. .git,
  5. .tox,
  6. dist,
  7. doc,
  8. *openstack/common/*,
  9. *lib/python*,
  10. *egg,
  11. build,
  12. tools/xenserver*,
  13. releasenotes
  14. ignore =
  15. E203,
  16. E266,
  17. E501,
  18. W503,
  19. F403,
  20. F401
  21. max-line-length = 120
  22. max-doc-length = 120
  23. max-complexity = 18
  24. select = B,C,E,F,W,T4,B9
Tip!

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

Comments

Loading...