1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-07 08:24:00 +02:00

CI passing!

This commit is contained in:
Alexandre Iooss
2019-08-09 23:22:20 +02:00
parent d6e7a2b635
commit be96a61ff2
5 changed files with 12 additions and 11 deletions

View File

@ -28,11 +28,11 @@ deps =
pyflakes
pylint
commands =
flake8 logs med media search users
flake8 logs media search users
pylint .
[flake8]
ignore = D203, W503, E203
ignore = D203, W503, E203, I100, I201, I202
exclude =
.tox,
.git,