Skip to content

Commit a918fc0

Browse files
authored
Update pylint.yml
1 parent ca1bc55 commit a918fc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pylint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
autoflake --in-place --recursive --remove-all-unused-imports --remove-unused-variables --ignore-init-module-imports .
2525
- name: lint with isort and black
2626
run: |
27-
isort . *.py
28-
black . *.py
27+
isort .*.py
28+
black .*.py
2929
# commit changes
3030
- uses: stefanzweifel/git-auto-commit-action@v4
3131
with:

0 commit comments

Comments
 (0)