chore: add missing changelogs for pre-commit
This commit is contained in:
parent
054a9e54f5
commit
9ff2e70325
|
@ -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
|
|
@ -0,0 +1,8 @@
|
||||||
|
Add pre-commit hooks
|
||||||
|
|
||||||
|
- flake8
|
||||||
|
- black
|
||||||
|
- isort
|
||||||
|
- pyupgrade
|
||||||
|
- prettier
|
||||||
|
- codespell
|
Loading…
Reference in New Issue