Skip to content

Commit

Permalink
Added pycodestyle settings in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKreuzberger committed Mar 24, 2019
1 parent b8edba5 commit 92f8f6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[metadata]
description-file = README.md
license_file = LICENSE


[pycodestyle]
ignore = E402,E722
max-line-length = 120
exclude = *migrations*, *tests*, *settings*

0 comments on commit 92f8f6e

Please sign in to comment.