split functions to handles package (#3)

This commit is contained in:
2021-03-21 16:33:04 +03:00
parent 475afe4e08
commit 69499b2d0a
15 changed files with 577 additions and 206 deletions

View File

@ -25,7 +25,7 @@ archlinux: archive
sed -i "s/pkgver=[0-9.]*/pkgver=$(VERSION)/" package/archlinux/PKGBUILD
check:
cd src && mypy --strict -p $(PROJECT)
cd src && mypy --implicit-reexport --strict -p $(PROJECT)
cd src && find $(PROJECT) -name '*.py' -execdir autopep8 --max-line-length 120 -aa -i {} +
cd src && pylint --rcfile=../.pylintrc $(PROJECT)