Skip to content

Commit

Permalink
Update autopep8.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilJl authored Oct 23, 2024
1 parent b646188 commit 206aff9
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 @@ -28,7 +28,7 @@ jobs:
- name: Run autopep8 on Python files
run: |
autopep8 --in-place --aggressive --aggressive --max-line-legth 100 **/*.py
autopep8 --in-place --aggressive --aggressive --max-line-length 100 **/*.py
- name: Check for uncommitted changes
run: |
Expand Down

0 comments on commit 206aff9

Please sign in to comment.