Last active
September 23, 2018 09:01
-
-
Save stlehmann/c3cbac46dd50604fcf50f36a52b171b0 to your computer and use it in GitHub Desktop.
My setup.cfg template
This file contains 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
[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