chore(.pre-commit-config.yaml): remove unused pre-commit hook configuration

The .pre-commit-config.yaml file was deleted as it contained an unused pre-commit hook configuration. This removal helps to keep the repository clean and avoids confusion or unnecessary overhead when running pre-commit checks.
This commit is contained in:
mauvehed 2023-07-29 15:59:15 -05:00
parent 5113a2c85b
commit 55b3c939f5

View file

@ -1,6 +0,0 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
hooks:
- id: no-commit-to-branch
args: ['--branch', 'main']