From 5657cd19e6804aed47b6fe7650c7a500c9e9707e Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Fri, 20 Dec 2024 15:35:05 +0300 Subject: [PATCH] Reformat yaml --- .pre-commit-config.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 00d2f66..f4bb757 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,31 +1,31 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: -- repo: https://github.com/pre-commit/pre-commit-hooks + - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - - id: trailing-whitespace - - id: end-of-file-fixer - - id: check-yaml - - id: check-added-large-files -- repo: https://github.com/PyCQA/pydocstyle + - id: trailing-whitespace + - id: end-of-file-fixer + - id: check-yaml + - id: check-added-large-files + - repo: https://github.com/PyCQA/pydocstyle rev: 6.3.0 hooks: - - id: pydocstyle + - id: pydocstyle exclude: | - (?x)^( - tests/.* - ) -- repo: https://github.com/psf/black + (?x)^( + tests/.* + ) + - repo: https://github.com/psf/black rev: 24.10.0 hooks: - - id: black - args: ['reportportal_client', 'tests'] -- repo: https://github.com/pycqa/isort + - id: black + args: [ 'reportportal_client', 'tests' ] + - repo: https://github.com/pycqa/isort rev: 5.13.2 hooks: - id: isort -- repo: https://github.com/pycqa/flake8 + - repo: https://github.com/pycqa/flake8 rev: 7.1.1 hooks: - - id: flake8 + - id: flake8