Skip to content

Instantly share code, notes, and snippets.

@stlehmann
Last active September 23, 2018 09:01
Show Gist options
  • Save stlehmann/c3cbac46dd50604fcf50f36a52b171b0 to your computer and use it in GitHub Desktop.
Save stlehmann/c3cbac46dd50604fcf50f36a52b171b0 to your computer and use it in GitHub Desktop.
My setup.cfg template
[flake8]
max_line_length = 88
[mypy]
ignore_missing_imports = True
follow_imports = silent
disallow_untyped_calls = false
disallow_untyped_defs = true
[pydocstyle]
ignore = D204, D102, D107, D203, D204, D212, D213
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment