Skip to content

Instantly share code, notes, and snippets.

@IceN9ne
Forked from wakemaster39/nitpick.toml
Last active September 4, 2021 04:07
Show Gist options
  • Save IceN9ne/1d7f212f06c6e16d5f825335c6facb2b to your computer and use it in GitHub Desktop.
Save IceN9ne/1d7f212f06c6e16d5f825335c6facb2b to your computer and use it in GitHub Desktop.
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"
pytest = "^6.2.5"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment