Skip to content

Commit

Permalink
Ignore Flake8 max line length errors
Browse files Browse the repository at this point in the history
It doesn't matter when Black formats lines as much as it can.
  • Loading branch information
adamchainz committed May 6, 2024
1 parent c386360 commit acfe646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ commands =

[flake8]
max-line-length = 88
extend-ignore = E203
extend-ignore = E203,E501
per-file-ignores =
src/whitenoise/media_types.py:E501

0 comments on commit acfe646

Please sign in to comment.