update lint rules

This commit is contained in:
Vladimir Mandic
2023-04-29 18:27:21 -04:00
parent 1469f8c69c
commit 1f5d5a17e3
2 changed files with 3 additions and 4 deletions
-4
View File
@@ -28,11 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
# This lets PyLint check to see if it can resolve imports
- name: Install dependencies
run: |
export COMMANDLINE_ARGS="--skip-torch-cuda-test --exit"
python launch.py
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')