-
Notifications
You must be signed in to change notification settings - Fork 3
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
15 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Developer documentation for the project. | ||
|
||
# Pre-commit hooks (DRAFT / POC) | ||
This project uses pre-commit hooks to ensure that code is formatted correctly and so on. | ||
To install pre-commit tool run: | ||
```bash | ||
pip install pre-commit | ||
pre-commit install | ||
``` | ||
Now the hooks will run on every commit. | ||
See also [.pre-commit-config.yaml](./.pre-commit-config.yaml) for the configuration. |
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