Skip to content

Instantly share code, notes, and snippets.

@IceN9ne
IceN9ne / nitpick.toml
Last active September 4, 2021 04:07 — forked from wakemaster39/nitpick.toml
nitpick configuration for python
["pyproject.toml".tool.poetry.dev-dependencies]
black = "^21.8b0"
flake8 = "^3.9.2"
flake8-bugbear = "^21.4.3"
flake8-comprehensions = "^3.6.1"
flake8-isort = "^4.0.0"
flake8-pytest-style = "^1.5.0"
isort = "^5.9.3"
mypy = "^0.910"
pre-commit = "^2.15.0"