tess-2-demo / .pre-commit-config.yaml
hamishivi's picture
commit
17ff0d8 verified
raw
history blame contribute delete
613 Bytes
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black"]
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
hooks:
- id: flake8
args: ["--ignore=E501 W503 E203"]
exclude: sdlm/models/h3/(ssm|ops)|backups