modified pylint workflow config

This commit is contained in:
Seaswimmer 2023-12-13 03:05:37 -05:00
parent 8ca56695e3
commit 15d03a944b
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE
2 changed files with 1 additions and 1 deletions

View file

@ -27,4 +27,4 @@ jobs:
- name: Analysing the code with Pylint
run: |
export PATH="$HOME/.local/bin:$PATH"
poetry run pylint $(git ls-files '*.py')
poetry run pylint --rcfile .forgejo/workflows/config/.pylintrc $(git ls-files '*.py')