2025-09-16 10:35:19+04:00

This commit is contained in:
2025-09-16 10:35:19 +04:00
committed by nett00n
parent a4ad1d8645
commit c7f6ad43c4
2 changed files with 15 additions and 2 deletions

14
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-merge-conflict
- id: detect-private-key
- id: check-added-large-files
- id: check-ast
- id: check-json
- id: check-toml
- id: check-xml