Skip to content

Commit

Permalink
Modify pep8 setup file
Browse files Browse the repository at this point in the history
Set pytest pep8 check line length to 80 (instead of 79).
  • Loading branch information
rsetaluri committed Jul 23, 2018
1 parent cd6b3fd commit d7b9a6d
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 @@ -4,3 +4,4 @@ pep8ignore =
tests/_test_cgra.py ALL
tests/_test_mantle.py ALL
tests/_test_verilator.py ALL
pep8maxlinelength = 80

0 comments on commit d7b9a6d

Please sign in to comment.