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