added rcfile

This commit is contained in:
jeffser 2024-08-04 20:43:11 -06:00
parent 1fbd6a0824
commit d7c3595bf1

View File

@ -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')