Skip to content

Commit

Permalink
fix autopep params
Browse files Browse the repository at this point in the history
  • Loading branch information
TayYim committed Jun 7, 2024
1 parent 7fefb9b commit 99268a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_code_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: peter-evans/[email protected]
with:
# Arguments to pass to autopep8
args: --max-line-length=120 --ignore=E731
args: --max-line-length=120 --ignore=E731 --recursive --in-place

qualityJob:
name: Check Code Quality
Expand Down

0 comments on commit 99268a4

Please sign in to comment.