This repository has been archived on 2022-05-05. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
userausfall/setup.cfg

7 lines
204 B
INI

[flake8]
max-line-length = 120
select = C,E,F,I,W,B,B950
ignore = E203, E501, W503
exclude = .tox, node_modules, src, **/migrations/*.py
import-order-style = google
application-import-names = userausfall