mirror of
https://github.com/Paillat-dev/pycord-reactive-views.git
synced 2026-01-02 17:14:56 +00:00
Initial commit
This commit is contained in:
6
docs/pre-commit-config.md
Normal file
6
docs/pre-commit-config.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user