Removed some unnecessary pre-commit checks

This commit is contained in:
Donkie
2023-12-29 00:13:54 +01:00
parent ded503667f
commit 42155b0121

View File

@@ -4,8 +4,6 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v4.4.0
hooks: hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml - id: check-yaml
- id: check-added-large-files - id: check-added-large-files
- id: check-case-conflict - id: check-case-conflict