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 ff18914 commit 1cdb68aCopy full SHA for 1cdb68a
.github/workflows/lint-format.yml
@@ -25,7 +25,7 @@ jobs:
25
pip install pylint black
26
27
- name: Run pylint
28
- run: pylint $(git ls-files '*.py')
+ run: pylint .
29
30
- name: Run black
31
run: black --check .
0 commit comments