2026-01-21 03:40:59 +00:00
|
|
|
repos:
|
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
|
rev: v5.0.0
|
|
|
|
|
hooks:
|
|
|
|
|
- id: trailing-whitespace
|
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
|
- id: check-yaml
|
|
|
|
|
args: ['--allow-multiple-documents']
|
|
|
|
|
- id: check-json
|
|
|
|
|
- id: check-merge-conflict
|
|
|
|
|
- id: check-added-large-files
|
2026-01-22 00:05:12 +00:00
|
|
|
- repo: https://github.com/PyCQA/flake8
|
|
|
|
|
rev: 7.1.1
|
|
|
|
|
hooks:
|
|
|
|
|
- id: flake8
|