Skip to content

Commit

Permalink
Restrict line length to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste authored Mar 4, 2021
1 parent ac435c2 commit 0da6362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
max-line-length = 120
max-line-length = 100
ignore=
D,
W503
W503

0 comments on commit 0da6362

Please sign in to comment.