Fix
This commit is contained in:
3
.github/workflows/pylint.yml
vendored
3
.github/workflows/pylint.yml
vendored
@@ -21,5 +21,4 @@ jobs:
|
||||
pip install pylint
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
pylint $(git ls-files '*.py' | grep -v 'src/available_models_descriptions.py'
|
||||
)
|
||||
pylint $(git ls-files '*.py' | grep -v 'src/available_models_descriptions.py')
|
||||
|
||||
Reference in New Issue
Block a user