stricter lint rules

This commit is contained in:
Vladimir Mandic
2023-06-27 10:28:47 -04:00
parent f7ff5bcf3c
commit c80b1ebc36
10 changed files with 54 additions and 25 deletions
+8 -3
View File
@@ -16,11 +16,16 @@ jobs:
python-version: 3.10.6
cache: pip
cache-dependency-path: requirements.txt
- name: run-lint
- name: run-ruff
run: |
python -m pip install --upgrade pip
pip install pylint
pylint $(git ls-files '*.py')
pip install ruff
ruff .
# - name: run-pylint
# run: |
# python -m pip install --upgrade pip
# pip install pylint
# pylint $(git ls-files '*.py')
- name: test-startup
run: |
export COMMANDLINE_ARGS="--debug --test"