Resolve *almost* all pylint complaints and setup pylint

This commit is contained in:
rany2
2023-01-05 07:48:40 +02:00
parent b5b7a42354
commit b68b27103f
12 changed files with 823 additions and 222 deletions

View File

@@ -19,6 +19,8 @@ jobs:
run: pip install .[dev]
- name: Run mypy
run: mypy --pretty src examples
- name: Run pylint
run: pylint examples src
- name: Run isort
run: isort --check-only --diff .
- name: Run black