Skip to content

Instantly share code, notes, and snippets.

@MinmoTech
Last active August 17, 2021 13:34
Show Gist options
  • Save MinmoTech/8c57bec5e198f1ff529358ec7a568bbd to your computer and use it in GitHub Desktop.
Save MinmoTech/8c57bec5e198f1ff529358ec7a568bbd to your computer and use it in GitHub Desktop.
Nitpick config
["pyproject.toml".tool.black]
line-length = 120
["pyproject.toml".tool.poetry.dev-dependencies]
black = "*"
pylint = "*"
mypy = "*"
rope = "*"
flake8 = "*"
flake8-bugbear = "*"
flake8-builtins = "*"
flake8-logging-format = "*"
tox = "*"
pytest = "*"
flake8-executable = "*"
flake8-pytest-style = "*"
flake8-simplify = "*"
flake8-pie = "*"
flake8-todos = "*"
flake8-comprehensions = "*"
["pyproject.toml".tool.mypy]
plugins = "pydantic.mypy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment