2022-12-19 23:11:12 -06:00
|
|
|
# See https://pre-commit.com for more information
|
|
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2023-03-02 23:01:34 -06:00
|
|
|
rev: v4.4.0
|
2022-12-19 23:11:12 -06:00
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: check-added-large-files
|
|
|
|
- repo: https://github.com/pycqa/isort
|
2023-03-02 23:01:34 -06:00
|
|
|
rev: 5.12.0
|
2022-12-19 23:11:12 -06:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
- repo: https://github.com/psf/black
|
2023-03-02 23:01:34 -06:00
|
|
|
rev: 23.1.0
|
2022-12-19 23:11:12 -06:00
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
language_version: python
|
|
|
|
- repo: https://github.com/pycqa/flake8
|
|
|
|
rev: 6.0.0
|
|
|
|
hooks:
|
|
|
|
- id: flake8
|