Codebase list python-mockito / cc9493f1-c32a-4f78-b3e4-45ce827bc4a1/main .flake8
cc9493f1-c32a-4f78-b3e4-45ce827bc4a1/main

Tree @cc9493f1-c32a-4f78-b3e4-45ce827bc4a1/main (Download .tar.gz)

.flake8 @cc9493f1-c32a-4f78-b3e4-45ce827bc4a1/mainraw · history · blame

[flake8]
ignore =
  D,
  W291,
  W293,
  W391,
  W503,
  E302,
  E303,
  E306,
  E731
exclude = .git,.cache,docs,.env,.build,build
max-complexity = 10
max-line-length = 79