Skip to content

Commit

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

0 comments on commit 6ed674f

Please sign in to comment.