2022-09-30 19:49:04 +00:00
|
|
|
repos:
|
2022-10-23 23:51:47 +00:00
|
|
|
- repo: https://github.com/pre-commit/mirrors-isort
|
|
|
|
rev: v5.10.1
|
2022-09-30 19:49:04 +00:00
|
|
|
hooks:
|
2022-10-23 23:51:47 +00:00
|
|
|
- id: isort
|
|
|
|
- repo: https://github.com/ambv/black
|
|
|
|
rev: 22.10.0
|
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
language_version: python3.10
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v2.3.0
|
|
|
|
hooks:
|
|
|
|
- id: flake8
|