2022-09-20 19:46:45 +04:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/psf/black
|
|
|
|
rev: 22.8.0
|
|
|
|
hooks:
|
|
|
|
- id: black
|
2023-03-14 14:55:01 +03:00
|
|
|
language_version: python3.10
|
2022-09-20 19:46:45 +04:00
|
|
|
- repo: https://github.com/pycqa/isort
|
2023-02-06 19:05:03 +03:00
|
|
|
rev: 5.12.0
|
2022-09-20 19:46:45 +04:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
name: isort (python)
|
2024-08-08 10:15:51 +03:00
|
|
|
- repo: https://git.frostfs.info/TrueCloudLab/allure-validator
|
2024-11-15 16:26:23 +03:00
|
|
|
rev: 1.1.1
|
2024-08-08 10:15:51 +03:00
|
|
|
hooks:
|
|
|
|
- id: allure-validator
|
2024-09-02 12:12:28 +03:00
|
|
|
args: [
|
|
|
|
"pytest_tests/",
|
|
|
|
"--plugins",
|
|
|
|
"frostfs[-_]testlib*",
|
|
|
|
]
|
2024-08-08 10:15:51 +03:00
|
|
|
pass_filenames: false
|
2022-11-08 09:10:34 +03:00
|
|
|
|
|
|
|
ci:
|
|
|
|
autofix_prs: false
|
|
|
|
autoupdate_schedule: quarterly
|