Skip to content

Commit

Permalink
Enforce max line length of 88ch in flake8
Browse files Browse the repository at this point in the history
It seemed like flake8 was not properly reading the max-line-length
directive from pyproject.toml, so we are adding this also.
  • Loading branch information
caleb531 committed Oct 16, 2023
1 parent 44503d7 commit 35b68fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
max-line-length=88

0 comments on commit 35b68fd

Please sign in to comment.