Skip to content

Commit

Permalink
🔧 udpate flake8 configuration according to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed Jun 4, 2024
1 parent 2a12ed1 commit 2e1c6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ console_scripts =
move-dl=move.__main__:main

[flake8]
max-line-length = 120
max-line-length = 88
aggressive = 2
extend-select = B950
extend-ignore = E203,E501,E701

0 comments on commit 2e1c6ba

Please sign in to comment.