We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76163e3 commit e90704aCopy full SHA for e90704a
.github/workflows/pylint.yml
@@ -21,7 +21,7 @@ jobs:
21
pip install pylint mysqlclient black
22
- name: Check for compile errors with pylint
23
run: |
24
- pylint -E $(git ls-files '*.py')
+ pylint -E $(git ls-files '*.py' schema-tool)
25
#- name: Full code analysis with pylint
26
# run: |
27
- # pylint $(git ls-files '*.py')
+ # pylint $(git ls-files '*.py' schema-tool)
0 commit comments