Update README.md

This commit is contained in:
BT3GL /baɪtɡɝɫ/ 2022-05-11 15:51:35 -07:00 committed by GitHub
parent 1b760ba68b
commit 720dbd0a6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,10 +32,10 @@
----
### Useful tools and packages
### Useful tools, linters, and packages
* [Black (code formatting)](https://github.com/psf/black)
* [Flake8 (static code analysis](https://flake8.pycqa.org/en/latest/)
* [Black](https://github.com/psf/black)
* [Flake8 ](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/)
@ -47,5 +47,5 @@
## Good Readings
* [Google Style Guide](https://google.github.io/styleguide/pyguide.html).
* [Google Style Guide](https://google.github.io/styleguide/pyguide.html)