django-rest-framework/setup.cfg
Daniel Hahler 89276e6cfc Move flake8 config to setup.cfg
This allows for flake8 to pick it up when running it by itself.
2017-05-16 12:18:33 +02:00

9 lines
84 B
INI

[wheel]
universal = 1
[metadata]
license_file = LICENSE.md
[flake8]
ignore = E501