Skip to content

Commit

Permalink
style: match max-line-length with black
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Sep 11, 2021
1 parent f65d0ce commit 8909149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .prospector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ignore-paths:
- docs
- tests
autodetect: true
max-line-length: 88
max-line-length: 108

bandit:
run: false
Expand All @@ -37,7 +37,7 @@ pep8:
enable:
- W601
options:
max-line-length: 79
max-line-length: 108

pep257:
disable:
Expand Down

0 comments on commit 8909149

Please sign in to comment.