mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00

By now, it will only test the coding style rules defined for the project, which are basically a few exceptions to the PEP8.
10 lines
177 B
INI
10 lines
177 B
INI
[flake8]
|
|
ignore = E101,E221,E241,E501,W191
|
|
max-line-length = 110
|
|
|
|
[tox]
|
|
envlist = flake8
|
|
|
|
[testenv:flake8]
|
|
deps = flake8
|
|
commands = flake8 bootstrapvz/ --exclude=minify_json.py
|