Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

Commit

Permalink
style: set max length = 88
Browse files Browse the repository at this point in the history
  • Loading branch information
crazymidnight committed Dec 25, 2018
1 parent 7f66c7e commit bb43ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ignore = C812, I001, T001, I100, I101, I202, I003, F401, E402

exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,front,venv,migrations

max-line-length = 79
max-line-length = 88

import-order-style = pep8

Expand Down

0 comments on commit bb43ba0

Please sign in to comment.