Remove pylama because of incompatibility with python3.6, maybe find replacement

This commit is contained in:
Nigel Dokter 2022-10-19 14:20:29 +02:00
parent 00ac7c71be
commit 98a10998e9

14
tox.ini
View File

@ -2,22 +2,8 @@
deps=
pytest
pytest-cov
pylama
pytest-asyncio
pytest-mock
dlms_cosem
commands=
py.test --cov=dsmr_parser test {posargs}
pylama dsmr_parser test
[pylama:dsmr_parser/clients/__init__.py]
ignore = W0611
[pylama:dsmr_parser/parsers.py]
ignore = W605
[pylama:pylint]
max_line_length = 120
[pylama:pycodestyle]
max_line_length = 120