Commit Graph

9 Commits

Author SHA1 Message Date
Lee Miller d7ee73843e
Adjust pylint design checker parameters:
raise max-args to 8, add max-attributes with the same value.
2023-10-14 03:43:22 +03:00
Lee Miller 644a09ba0b
Set maximum args to 7 for pylint design checker 2023-08-15 00:13:36 +03:00
Lee Miller b38e00c0a3
Handle pylint warnings in test_process, suppress fixme globally 2023-08-14 06:05:29 +03:00
Lee Miller 5abaa94d42
Rename pylint section in tox.ini, suppress f-string suggestion for now 2023-08-02 05:11:59 +03:00
Lee Miller 313160aac5
Update tox config: add py310, use requirements in reset to avoid import error 2022-09-23 02:28:58 +03:00
Lee Miller 1602964b1c
Update tox.ini: adjust py envs for Ubuntu Bionic,
separate basic linting and lint depends.
2022-05-01 18:11:51 +03:00
Dmitri Bogomolov 737b529298
Add bandit linting to tox.ini 2021-08-05 16:58:23 +03:00
Dmitri Bogomolov c5096db0f5
Add linting to tox.ini:
use tox.ini as pylintrc, disable invalid-name warning
2021-08-01 18:53:07 +03:00
Dmitri Bogomolov fc877d708c
Add tests requirements and tox.ini 2021-03-09 18:35:07 +02:00