modified pylint workflow config
This commit is contained in:
parent
8ca56695e3
commit
15d03a944b
2 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ jobs:
|
||||||
- name: Analysing the code with Pylint
|
- name: Analysing the code with Pylint
|
||||||
run: |
|
run: |
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
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')
|
||||||
|
|
Loading…
Reference in a new issue