docs: update formatting instructions

This commit is contained in:
leafspark 2024-08-04 19:47:29 -07:00 committed by GitHub
parent eb8096699d
commit a69f6d6750
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ ### Commit Types:
### Python Styleguide
- Follow PEP 8
- Please use Black to format your code first
- Use meaningful variable names
- Comment your code, but don't overdo it