Codebase list python-mockito / 59533404-b93b-4bad-99d2-8a30bd3515e1/main .flake8
59533404-b93b-4bad-99d2-8a30bd3515e1/main

Tree @59533404-b93b-4bad-99d2-8a30bd3515e1/main (Download .tar.gz)

.flake8 @59533404-b93b-4bad-99d2-8a30bd3515e1/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