Fix typo and pylint

This commit is contained in:
Jean-Michel Picod
2020-02-24 19:25:57 +01:00
parent 949e06ce51
commit ac800aa5d2
2 changed files with 3 additions and 3 deletions

View File

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