Please ensure you have run pre-commit hooks before committing your changes.
-
Installing Pre-commit Hooks:
- Install pre-commit using pip:
pip install pre-commit
- Initialize pre-commit in your repository:
pre-commit install
- Run pre-commit hooks:
pre-commit run --all-files
- Install pre-commit using pip:
-
Pre-commit Hooks Configuration:
- Create a
.pre-commit-config.yaml
file in the root of your repository. - Add your hooks to the
.pre-commit-config.yaml
file.
- Create a