Codebase list python-mockito / 8fb2e583-992f-40f0-96cb-003245770102/upstream .flake8
8fb2e583-992f-40f0-96cb-003245770102/upstream

Tree @8fb2e583-992f-40f0-96cb-003245770102/upstream (Download .tar.gz)

.flake8 @8fb2e583-992f-40f0-96cb-003245770102/upstreamraw · 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