Skip to content

Commit b5c1d63

Browse files
committed
Added .pylintrc to pylint.yml
1 parent e31cbe7 commit b5c1d63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
pip install pylint
2121
- name: Analysing the code with pylint
2222
run: |
23-
pylint $(git ls-files '*.py')
23+
pylint --rcfile=.pylintrc $(git ls-files '*.py')

0 commit comments

Comments
 (0)