From 98a10998e98c46dacf656bbe86f2dd4321cbc32a Mon Sep 17 00:00:00 2001 From: Nigel Dokter Date: Wed, 19 Oct 2022 14:20:29 +0200 Subject: [PATCH] Remove pylama because of incompatibility with python3.6, maybe find replacement --- tox.ini | 14 -------------- 1 file changed, 14 deletions(-) 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