diff --git a/tox.ini b/tox.ini index 011d394..da14c9a 100644 --- a/tox.ini +++ b/tox.ini @@ -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