From 717391dae8deea0eb90f001ad4c1e75a9cdf3b60 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 28 Nov 2020 17:01:22 -0500 Subject: [PATCH] Reorg links --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cabff02..b0e11df 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,6 @@ This project uses the [Black][] code formatting tool. Before submitting pull req If you like, you can install a git hook to automatically run Black and flake8 every time you commit. Install the [pre-commit][] tool and type `pre-commit install` to use it. -[black]: https://github.com/psf/black -[pre-commit]: https://pre-commit.com/ - Credits ------- @@ -50,3 +47,5 @@ I also made a [Home Assistant component][hass-smartthinq] that uses wideq. [hass-smartthinq]: https://github.com/sampsyo/hass-smartthinq [adrian]: https://github.com/sampsyo [mit]: https://opensource.org/licenses/MIT +[black]: https://github.com/psf/black +[pre-commit]: https://pre-commit.com/