Skip to content

Commit

Permalink
all: add pycodestyle section to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
hunger committed Oct 8, 2020
1 parent 540361d commit 1f1d399
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ test=pytest
addopts = --verbose
python_files = tests/*.py

[pycodestyle]
max-line-length = 88
ignore = E201

[isort]
multi_line_output = 3
include_trailing_comma = True
Expand Down

0 comments on commit 1f1d399

Please sign in to comment.