mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-17 01:01:06 +00:00
Merge pull request #278 from wrwrwr/feature/flake8-config
Include flake8 config in tox.ini.
This commit is contained in:
commit
f9cfdf8f24
1 changed files with 4 additions and 0 deletions
4
tox.ini
4
tox.ini
|
|
@ -1,3 +1,7 @@
|
|||
[flake8]
|
||||
max-line-length = 100
|
||||
exclude = .tox,docs/modeltranslation/conf.py
|
||||
|
||||
[tox]
|
||||
distribute = False
|
||||
envlist =
|
||||
|
|
|
|||
Loading…
Reference in a new issue