This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2022-02-10 10:16:57 +00:00
|
|
|
[flake8]
|
|
|
|
count = True
|
|
|
|
exclude =
|
|
|
|
migrations
|
2022-02-10 10:36:34 +00:00
|
|
|
resources # exclude code that will be deprecated
|
|
|
|
tests # exclude code that will be deprecated
|
2022-02-10 10:16:57 +00:00
|
|
|
max-complexity = 10
|
|
|
|
max-line-length = 120
|
|
|
|
show-source = True
|
|
|
|
statistics = True
|