Files

29 lines
633 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: trailing-whitespace
exclude: '\.(mdp|top)$'
- id: end-of-file-fixer
exclude: '\.(mdp|top)$'
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 26.5.1
hooks:
- id: black
exclude: '\.(mdp|top)$'
- repo: https://github.com/PyCQA/isort
rev: 9.0.0a3
hooks:
- id: isort
exclude: '\.(mdp|top)$'
- repo: https://github.com/PyCQA/flake8
rev: 7.3.0
hooks:
- id: flake8
exclude: '\.(mdp|top)$'