albumentations-demo / .pre-commit-config.yaml
IliaLarchenko's picture
minor bug fix
a1a258c
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: flake8
args: [--max-line-length=88]
- id: end-of-file-fixer
- id: requirements-txt-fixer
- id: check-added-large-files
- id: check-json
- id: pretty-format-json
args: [--autofix]
- repo: https://github.com/psf/black
rev: 19.3b0
hooks:
- id: black
args: [--config=black.toml]