Update README.md

This commit is contained in:
bt3gl 2022-03-26 16:51:59 +00:00 committed by GitHub
parent 3a542a12e7
commit bf8b24bee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,9 +34,9 @@
### Useful tools and packages
* [Black (code formatting)]()
* [Flake8 (static code analysis]()
* [Pre-commit]()
* [Black (code formatting)](https://github.com/psf/black)
* [Flake8 (static code analysis](https://flake8.pycqa.org/en/latest/)
* [Pre-commit](https://pre-commit.com/)
* [unittest](https://docs.python.org/3/library/unittest.html)
* [nose](https://nose.readthedocs.io/en/latest/)
* [tox](https://tox.wiki/en/latest/)