1 2 3 4 5 6 7
[all] linters = flake8, safety, dodgy [flake8] max-line-length=120 application_import_names=pysite ignore=P102