mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-07 15:08:30 +02:00
Fix openlibrary scrap, fix linters
This commit is contained in:
6
tox.ini
6
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py35,py36,py37,linters
|
||||
envlist = py35,py36,py37,py38,linters
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
@ -28,11 +28,11 @@ deps =
|
||||
pyflakes
|
||||
pylint
|
||||
commands =
|
||||
flake8 logs media search users
|
||||
flake8 logs media users
|
||||
pylint .
|
||||
|
||||
[flake8]
|
||||
ignore = D203, W503, E203, I100, I201, I202
|
||||
ignore = D203, W503, E203, I100, I201, I202, C901
|
||||
exclude =
|
||||
.tox,
|
||||
.git,
|
||||
|
Reference in New Issue
Block a user