Skip to content

Commit ee6062f

Browse files
authored
Update autopep8.yml
1 parent 61274e8 commit ee6062f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autopep8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- uses: actions/checkout@v2
88
- name: autopep8
9-
uses: peter-evans/autopep8@v1
9+
uses: peter-evans/autopep8@v2.0.0
1010
with:
1111
args: $(git ls-files '*.py') --recursive --in-place --aggressive --aggressive .
1212
- name: Create Pull Request

0 commit comments

Comments
 (0)