2019-08-04 19:52:54 +02:00
|
|
|
default_language_version:
|
|
|
|
python: python3.7
|
|
|
|
default_stages: [commit, push]
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/ambv/black
|
2022-07-06 23:29:42 +02:00
|
|
|
rev: 22.6.0
|
2019-08-04 19:52:54 +02:00
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-isort
|
2022-07-06 23:29:42 +02:00
|
|
|
rev: v5.10.1
|
2019-08-04 19:52:54 +02:00
|
|
|
hooks:
|
2020-07-26 04:57:51 +02:00
|
|
|
- id: isort
|