Skip to content

Commit

Permalink
Update autopep8.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loribonna authored Oct 2, 2023
1 parent 9fc537a commit 0068499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autopep8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
id: autopep8
uses: peter-evans/autopep8@v2
with:
args: --recursive --in-place --aggressive --max-line-length=200 --ignore=E402
args: --recursive --in-place --aggressive --max-line-length=200 --ignore=E402 .

0 comments on commit 0068499

Please sign in to comment.