- Add
mypy
pre-commit
hook - Introduce
isort
pre-commit
hook - Sort imports in every files
- Fix cyclic import issue in
ascii_armor
- Add
isort
job - Introduce
gitlab-ci-linter
pre-commit
hook - Move
pylint
rules from theMakefile
to thepyproject.toml
- Introduce
pylint
pre-commit
hook - Change pre-commit hooks documentation
- Run
lint
job withpylint
from the image - Run checks by calling directly the tools without the makefile
Close #135 (closed), #162 (closed).
Edited by Moul