mirror of
https://github.com/Paillat-dev/pycord-reactive-views.git
synced 2026-01-02 01:06:18 +00:00
7 lines
471 B
Markdown
7 lines
471 B
Markdown
|
|
# pre-commit-config.yaml
|
||
|
|
|
||
|
|
Pre-commit is a Python package which can be used to create 'git' hooks which scan can prior to checkins.
|
||
|
|
The included configuration focuses on python actions which will help to prevent users from commiting code which will fail during builds.
|
||
|
|
In general, only formatting actions are automatiicaly performed. These include auto-formatting with 'black', or sorting dependacies with 'isort'.
|
||
|
|
Linting actions are left to the discretion of the user.
|