From 1d836352a160ef1a4be46f020213b997a3997021 Mon Sep 17 00:00:00 2001 From: Tim Diller Date: Tue, 21 Oct 2025 17:45:43 +0000 Subject: [PATCH] Add black to the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3e74ab..3c4da78 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,5 @@ This README takes the place of the usual spots on the public.dillerdigital.com s - [Help for SSH errors](https://docs.gitea.com/help/faq?_highlight=ssh#ssh-common-errors) - Command to list all the files in git repository under version control: `git ls-files` -# Day 2 Resources \ No newline at end of file +# Day 2 Resources +- The [Black](https://pypi.org/project/black/#description) Python code style checker / enforcer. \ No newline at end of file