mirror of
https://github.com/django-components/django-components.git
synced 2025-09-27 07:59:08 +00:00
Add flake8 dev dependency.
This commit is contained in:
parent
99d761b340
commit
379c35d0b1
2 changed files with 4 additions and 0 deletions
|
@ -2,3 +2,4 @@
|
||||||
|
|
||||||
tox
|
tox
|
||||||
pytest
|
pytest
|
||||||
|
flake8
|
||||||
|
|
3
setup.cfg
Normal file
3
setup.cfg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[flake8]
|
||||||
|
ignore = E302
|
||||||
|
max-line-length = 119
|
Loading…
Add table
Add a link
Reference in a new issue