We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173477b commit 7d4e787Copy full SHA for 7d4e787
1 file changed
README.md
@@ -2,6 +2,7 @@
2
3
This is a cookiecutter template of Python project that uses:
4
5
+- [poetry](https://python-poetry.org) for dependency management and packaging
6
- [mypy](https://mypy.readthedocs.io) for type checking
7
- [pylint](https://pylint.readthedocs.io) for linting
8
- [isort](https://pycqa.github.io/isort/) and [black](https://github.com/psf/black) for code formatting
0 commit comments