Fix pre-commit hooks

This commit is contained in:
Ayaz Salikhov
2023-02-09 13:37:07 +04:00
parent 1030850c64
commit d69a5c5c3a

View File

@@ -8,7 +8,7 @@ To integrate and enforce this process in the project lifecycle, we are using **g
### Pre-commit hook installation ### Pre-commit hook installation
*pre-commit* is a Python package that needs to be installed. _pre-commit_ is a Python package that needs to be installed.
To achieve this, use the generic task to install all Python development dependencies. To achieve this, use the generic task to install all Python development dependencies.
```sh ```sh
@@ -26,7 +26,7 @@ make pre-commit-install
### Run ### Run
Now, *pre-commit* (and so configured hooks) will run automatically on `git commit` on each changed file. Now, _pre-commit_ (and so configured hooks) will run automatically on `git commit` on each changed file.
However, it is also possible to trigger it against all files. However, it is also possible to trigger it against all files.
```{note} ```{note}