Codebase list python-mockito / fbd82154-6749-408e-b0d6-cb04fcb43e39/main .flake8
fbd82154-6749-408e-b0d6-cb04fcb43e39/main

Tree @fbd82154-6749-408e-b0d6-cb04fcb43e39/main (Download .tar.gz)

.flake8 @fbd82154-6749-408e-b0d6-cb04fcb43e39/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