logos-blockchain-block-expl.../.pre-commit-config.yaml

28 lines
632 B
YAML
Raw Normal View History

2025-10-03 22:27:30 +02:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 25.9.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 6.1.0
hooks:
- id: isort
2025-10-17 14:46:44 +02:00
- repo: local
hooks:
- id: prettier-statics
name: Prettier (Statics)
language: system
entry: hooks/prettier.sh
pass_filenames: true
files: '\.(js|jsx|ts|tsx|css|scss|less|html|json|md|yaml|yml)$'