Skip to content

Commit a03871b

Browse files
authored
Update autopep8.yml
1 parent 07eaa29 commit a03871b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autopep8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: autopep8
99
uses: peter-evans/autopep8@v2.0.0
1010
with:
11-
args: --recursive --in-place $(find . -name "*.py")
11+
args: --recursive --in-place .
1212
- name: Create Pull Request
1313
uses: peter-evans/create-pull-request@v4.1.1
1414
with:

0 commit comments

Comments
 (0)