mirror of
https://github.com/vladmandic/automatic
synced 2026-09-17 16:24:33 +02:00
stricter lint rules
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user