mirror of
https://github.com/logos-blockchain/logos-blockchain-block-explorer-template.git
synced 2026-01-02 05:03:07 +00:00
28 lines
632 B
YAML
28 lines
632 B
YAML
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
|
|
|
|
- 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)$'
|