Skip to content

Commit

Permalink
Explicitly set line lenght for autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Mar 2, 2024
1 parent d77033d commit 0c1c308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .restyled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ restylers:
command:
- autopep8
- "--in-place"
- "--max-line-length 132"
arguments: []
include:
- "**/*.py"
Expand Down

0 comments on commit 0c1c308

Please sign in to comment.