generated from microsoft/python-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +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'. | ||
The included configuration focuses on python actions which will help to prevent users from committing code which will fail during builds. | ||
In general, only formatting actions are automatically performed. These include auto-formatting with 'black', or sorting dependencies with 'isort'. | ||
Linting actions are left to the discretion of the user. |