Skip to content

Commit

Permalink
set max line length for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
cod3monk committed Nov 3, 2020
1 parent 4afcbd2 commit c4277d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ max-line-length = 100

[flake8]
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,kerncraft/iaca
max-line-length = 100

[metadata]
license-file = LICENSE
Expand Down

0 comments on commit c4277d2

Please sign in to comment.