Skip to content

Commit

Permalink
pep8 config in setup.cfg (keras-team#13196)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay authored and Frédéric Branchaud-Charron committed Aug 25, 2019
1 parent ee3997f commit a39f10a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[metadata]
description-file = README.md
description-file = README.md

[pep8]
ignore = E402,E731,W503
max-line-length = 85

0 comments on commit a39f10a

Please sign in to comment.