Some changes in Pylint config

This commit is contained in:
DarkCat09 2022-11-01 16:41:20 +04:00
parent 60cabb92cf
commit f5d91bdaa7
2 changed files with 3 additions and 3 deletions

View file

@ -151,8 +151,7 @@ disable=raw-checker-failed,
useless-suppression,
deprecated-pragma,
use-symbolic-message-instead,
wrong-import-position,
wrong-import-order
wrong-import-position
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option

View file

@ -6,9 +6,10 @@ upload:
clean:
rm -rf dist/
rm -rf showdialog.egg-info
rm -rf showdialog/__pycache__/
rm -rf .mypy_cache/
check:
python -m mypy .
python -m pylint -j 4 ./showdialog
python -m pylint ./showdialog