We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1bc55 commit a918fc0Copy full SHA for a918fc0
1 file changed
.github/workflows/pylint.yml
@@ -24,8 +24,8 @@ jobs:
24
autoflake --in-place --recursive --remove-all-unused-imports --remove-unused-variables --ignore-init-module-imports .
25
- name: lint with isort and black
26
run: |
27
- isort . *.py
28
- black . *.py
+ isort .*.py
+ black .*.py
29
# commit changes
30
- uses: stefanzweifel/git-auto-commit-action@v4
31
with:
0 commit comments