[flake8]
max-line-length = 100
ignore =
  W291,
  W293,
  W391,
  W503,
  W504,
  E302,
  E303,
  E306,
  E731
exclude =
  tests/mockito,
  tests/parameterized/,
  .git,.cache,docs,.env
max-complexity = 10
