From bf8b24bee8be30ee9c04adcc56481cb81d96e8ed Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:51:59 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecac1b5..69ac4b7 100644 --- a/README.md +++ b/README.md @@ -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/)