Created
September 26, 2018 11:16
-
-
Save azak-azkaran/7812b2d26427afd708421c2092bdd07f to your computer and use it in GitHub Desktop.
pycodesyle default config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[pycodestyle] | |
count = False | |
ignore = E226,E302,E41 | |
max-line-length = 160 | |
statistics = True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment