Skip to content

Instantly share code, notes, and snippets.

@azak-azkaran
Created September 26, 2018 11:16
Show Gist options
  • Save azak-azkaran/7812b2d26427afd708421c2092bdd07f to your computer and use it in GitHub Desktop.
Save azak-azkaran/7812b2d26427afd708421c2092bdd07f to your computer and use it in GitHub Desktop.
pycodesyle default config
[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