mirror of
https://github.com/restincode/restincode.git
synced 2026-09-12 01:29:29 +02:00
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:
parent
5113a2c85b
commit
55b3c939f5
1 changed files with 0 additions and 6 deletions
|
|
@ -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']
|
||||
Loading…
Add table
Add a link
Reference in a new issue