Add black to the README

This commit is contained in:
2025-10-21 17:45:43 +00:00
parent bbb2439ac8
commit 1d836352a1

View File

@@ -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) - [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` - Command to list all the files in git repository under version control: `git ls-files`
# Day 2 Resources # Day 2 Resources
- The [Black](https://pypi.org/project/black/#description) Python code style checker / enforcer.