added rcfile
This commit is contained in:
parent
1fbd6a0824
commit
d7c3595bf1
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
@ -21,4 +21,4 @@ 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' | grep -v 'src/available_models_descriptions.py')
|
pylint --rcfile=.pylintrc $(git ls-files '*.py' | grep -v 'src/available_models_descriptions.py')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user