mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-27 22:31:43 +00:00
add pylint integration & fix some pylint warnings
This commit is contained in:
1
Makefile
1
Makefile
@ -27,6 +27,7 @@ archlinux: archive
|
||||
check:
|
||||
cd src && mypy --strict -p $(PROJECT)
|
||||
cd src && find $(PROJECT) -name '*.py' -execdir autopep8 --max-line-length 120 -aa -i {} +
|
||||
cd src && pylint --rcfile=../.pylintrc $(PROJECT)
|
||||
|
||||
clean:
|
||||
find . -type f -name '$(PROJECT)-*-src.tar.xz' -delete
|
||||
|
Reference in New Issue
Block a user