From 720dbd0a6d25c28a66422082b1ee3f81ba2de710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BT3GL=20/ba=C9=AAt=C9=A1=C9=9D=C9=AB/?= <1130416+bt3gl@users.noreply.github.com> Date: Wed, 11 May 2022 15:51:35 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 715901e..81be330 100644 --- a/README.md +++ b/README.md @@ -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)