2021-04-07 21:11:21 +03:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/asottile/pyupgrade
|
2024-10-08 03:10:56 +03:00
|
|
|
rev: v3.17.0
|
2021-04-07 21:11:21 +03:00
|
|
|
hooks:
|
|
|
|
- id: pyupgrade
|
2023-11-26 18:12:23 +03:00
|
|
|
args: [--py38-plus]
|
2021-04-07 21:11:21 +03:00
|
|
|
- repo: https://github.com/psf/black
|
2024-10-08 03:10:56 +03:00
|
|
|
rev: 24.10.0
|
2021-04-07 21:11:21 +03:00
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
language_version: python3
|
|
|
|
- repo: https://github.com/pycqa/isort
|
2024-01-01 21:58:51 +03:00
|
|
|
rev: 5.13.2
|
2021-04-07 21:11:21 +03:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
- repo: https://github.com/PyCQA/flake8
|
2024-10-08 03:10:56 +03:00
|
|
|
rev: 7.1.1
|
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
|