Fix typo and pylint
This commit is contained in:
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
@@ -24,4 +24,4 @@ jobs:
|
||||
- name: Test code with pylint
|
||||
run: |
|
||||
pip install pylint
|
||||
pylint --rcfile=.pylintrc
|
||||
pylint --rcfile=.pylintrc `find . -maxdepth 1 -type f -name '*.py'`
|
||||
|
||||
Reference in New Issue
Block a user