Skip to content

Commit

Permalink
[ci] pycodestyle settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed May 26, 2024
1 parent 86f26b1 commit 066def8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ addopts = --junitxml=test-reports/junit.xml --html=tests/reports/index.html


[pycodestyle]
ignore = E231
count = False
ignore = W191,W291,W293,E231
max-line-length = 160
statistics = False

0 comments on commit 066def8

Please sign in to comment.