Skip to content

Commit

Permalink
Update pep8_autoformat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores authored Dec 2, 2024
1 parent 8c2b9a1 commit 90380ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pep8_autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: autopep8
uses: peter-evans/autopep8@v2
with:
args: --recursive --in-place --aggressive --aggressive --max-line-length 180 --indent-size=2 .
args: --recursive --in-place --aggressive --max-line-length 180 --indent-size=2 .

- name: Check for changes
id: check-changes
Expand All @@ -42,4 +42,4 @@ jobs:
commit-message: "Auto-format code using autopep8"
title: "Auto-format code by autopep8"
body: "This is an auto-generated PR with fixes by autopep8."
branch: main-autopep8
branch: main-autopep8

0 comments on commit 90380ca

Please sign in to comment.