19 lines
400 B
YAML
19 lines
400 B
YAML
|
# See https://pre-commit.com for more information
|
||
|
# See https://pre-commit.com/hooks.html for more hooks
|
||
|
repos:
|
||
|
- repo: https://github.com/psf/black
|
||
|
rev: 24.3.0
|
||
|
hooks:
|
||
|
- id: black
|
||
|
|
||
|
- repo: https://github.com/pycqa/isort
|
||
|
rev: 5.13.2
|
||
|
hooks:
|
||
|
- id: isort
|
||
|
name: isort (python)
|
||
|
|
||
|
- repo: https://github.com/pycqa/flake8
|
||
|
rev: 7.0.0
|
||
|
hooks:
|
||
|
- id: flake8
|