Skip to content

Commit 6bb80c6

Browse files
authored
Add description for development tools
1 parent 49b7b13 commit 6bb80c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
- [travis](https://travis-ci.org/) CI
2828

2929
### 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/)
30+
- [mypy](http://mypy.readthedocs.io/en/latest) static type checker tool
31+
- [black](https://black.readthedocs.io/en/stable/) code formatter tool
32+
- [flake8](http://flake8.pycqa.org/en/latest/) code style tool
3333

3434
> In addition a source code is **fully** [type annotated](https://docs.python.org/3/library/typing.html)
3535

0 commit comments

Comments
 (0)