add pylama back in + fix uniform style issues reported by pylama

This commit is contained in:
Hans Erik van Elburg
2022-12-27 18:58:48 +01:00
parent 650d16862b
commit 5f58bc8f72
4 changed files with 25 additions and 6 deletions
+17
View File
@@ -2,8 +2,25 @@
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:test/example_telegrams.py]
ignore = E501
[pylama:pylint]
max_line_length = 120
[pylama:pycodestyle]
max_line_length = 120