Skip to content

Instantly share code, notes, and snippets.

@radzak
Created April 3, 2020 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radzak/a4882569909652b5ed738c8d14437b6d to your computer and use it in GitHub Desktop.
Save radzak/a4882569909652b5ed738c8d14437b6d to your computer and use it in GitHub Desktop.
nitpick-style.toml
["setup.cfg".flake8]
show-source = true
max-line-length = 88
ignore = "D100,D104,D401,RST303,RST304,DAR103,DAR203"
["setup.cfg".isort]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
line_length = 88
["pyproject.toml".tool.black]
line-length = 88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment