chore: add missing changelogs for pre-commit

This commit is contained in:
jo 2022-11-24 01:42:25 +01:00
parent 054a9e54f5
commit 9ff2e70325
No known key found for this signature in database
GPG Key ID: B2FEC9B22722B984
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Format or fix files using pre-commit
- Upgrade code to >=python3.7
- Fix flake8 warnings
- Fix spelling errors
- Format files using black
- Format files using isort
- Format files using prettier

View File

@ -0,0 +1,8 @@
Add pre-commit hooks
- flake8
- black
- isort
- pyupgrade
- prettier
- codespell