Codebase list python-mockito / 4cd50e6b-bc15-4968-a962-53f6727b1392/upstream .flake8
4cd50e6b-bc15-4968-a962-53f6727b1392/upstream

Tree @4cd50e6b-bc15-4968-a962-53f6727b1392/upstream (Download .tar.gz)

.flake8 @4cd50e6b-bc15-4968-a962-53f6727b1392/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