Ignore line length rules in favor of black formatting
This commit is contained in:
parent
aa8adfee4b
commit
0a38ac801d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue