Skip to content

Commit

Permalink
Ignore line length rules in favor of black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jan 5, 2019
1 parent aa8adfe commit 5470deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
universal = 1

[flake8]
max_line_length = 88
ignore = E501

[metadata]
license_file = COPYING

[pycodestyle]
max_line_length = 88
ignore = E501

0 comments on commit 5470deb

Please sign in to comment.