Ignore line length rules in favor of black formatting

This commit is contained in:
Jace Browning 2019-01-05 16:23:03 -05:00
parent aa8adfee4b
commit 0a38ac801d

View file

@ -2,10 +2,10 @@
universal = 1
[flake8]
max_line_length = 88
ignore = E501,W503
[metadata]
license_file = COPYING
[pycodestyle]
max_line_length = 88
ignore = E501