2021-04-07 21:11:21 +03:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/asottile/pyupgrade
|
2023-07-04 07:48:51 +03:00
|
|
|
rev: v3.8.0
|
2021-04-07 21:11:21 +03:00
|
|
|
hooks:
|
|
|
|
- id: pyupgrade
|
|
|
|
args: [--py36-plus]
|
|
|
|
- repo: https://github.com/psf/black
|
2023-04-14 16:03:51 +03:00
|
|
|
rev: 23.3.0
|
2021-04-07 21:11:21 +03:00
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
language_version: python3
|
|
|
|
- repo: https://github.com/pycqa/isort
|
2023-01-31 09:52:32 +03:00
|
|
|
rev: 5.12.0
|
2021-04-07 21:11:21 +03:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
- repo: https://github.com/PyCQA/flake8
|
2022-11-29 23:34:37 +03:00
|
|
|
rev: 6.0.0
|
2021-04-07 21:11:21 +03:00
|
|
|
hooks:
|
|
|
|
- id: flake8
|
|
|
|
additional_dependencies:
|
|
|
|
- flake8-bugbear
|
2023-04-16 11:33:27 +03:00
|
|
|
ci:
|
|
|
|
autoupdate_schedule: quarterly
|