2022-05-24 07:29:17 +00:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v3.2.0
|
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: check-yaml
|
|
|
|
- id: check-toml
|
|
|
|
- id: check-merge-conflict
|
|
|
|
- id: check-added-large-files
|
|
|
|
- repo: https://github.com/timothycrosley/isort
|
2024-01-15 01:58:54 +00:00
|
|
|
rev: 5.13.2
|
2022-05-24 07:29:17 +00:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
- repo: https://github.com/psf/black
|
|
|
|
rev: 22.3.0
|
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
language_version: python3
|
2023-01-21 23:26:55 +00:00
|
|
|
- repo: https://github.com/PyCQA/flake8
|
|
|
|
rev: 6.0.0
|
2022-05-24 07:29:17 +00:00
|
|
|
hooks:
|
|
|
|
- id: flake8
|