Skip to content

Commit

Permalink
Add pycodestyle max-line-length to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkollasch committed Jul 30, 2023
1 parent bc9ecce commit 056f2ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,6 @@ exclude_lines =
[bdist_wheel]
universal = 1
[pycodestyle]
max-line-length = 88

0 comments on commit 056f2ba

Please # to comment.