Files
pyShelf/.pre-commit-config.yaml
2022-11-13 01:19:44 -05:00

22 lines
508 B
YAML
Executable File
Vendored

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/fsouza/autoflake8
rev: v0.4.0
hooks:
- id: autoflake8
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/ambv/black
rev: 22.10.0
hooks:
- id: black