We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b7b13 commit 6bb80c6Copy full SHA for 6bb80c6
README.md
@@ -27,9 +27,9 @@
27
- [travis](https://travis-ci.org/) CI
28
29
### Development
30
-- [mypy](http://mypy.readthedocs.io/en/latest)
31
-- [black](https://black.readthedocs.io/en/stable/)
32
-- [flake8](http://flake8.pycqa.org/en/latest/)
+- [mypy](http://mypy.readthedocs.io/en/latest) static type checker tool
+- [black](https://black.readthedocs.io/en/stable/) code formatter tool
+- [flake8](http://flake8.pycqa.org/en/latest/) code style tool
33
34
> In addition a source code is **fully** [type annotated](https://docs.python.org/3/library/typing.html) ⭐
35
0 commit comments