16 lines
340 B
YAML
16 lines
340 B
YAML
|
repos:
|
||
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||
|
rev: v1.4.1
|
||
|
hooks:
|
||
|
- id: mypy
|
||
|
- repo: https://github.com/psf/black
|
||
|
rev: 23.3.0
|
||
|
hooks:
|
||
|
- id: black
|
||
|
language_version: python3.11
|
||
|
- repo: https://github.com/pycqa/isort
|
||
|
rev: 5.12.0
|
||
|
hooks:
|
||
|
- id: isort
|
||
|
name: isort (python)
|