Skip to content

Commit

Permalink
chore: Add flake8 max-line-length
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 10, 2023
1 parent 98faa34 commit 36a35b1
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
@@ -1,3 +1,6 @@
[isort]
line_length = 119
profile = black

[flake8]
max-line-length = 119

0 comments on commit 36a35b1

Please sign in to comment.