From f49ef28582f4e8ae92cf9c7448e8a0d657fd8003 Mon Sep 17 00:00:00 2001 From: philsv <35413649+philsv@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:48:27 +0100 Subject: [PATCH] refactor: update pre-commit configurations --- .pre-commit-config.yaml | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f03f75f..077e3bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,18 +1,12 @@ repos: -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 - hooks: - - id: trailing-whitespace - - id: end-of-file-fixer - - id: check-docstring-first - - id: check-yaml + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.0.1 + hooks: + - id: end-of-file-fixer + - id: check-docstring-first + - id: check-yaml -- repo: https://github.com/psf/black - rev: 22.1.0 - hooks: - - id: black - -- repo: https://github.com/PyCQA/isort - rev: 5.10.1 - hooks: - - id: isort + - repo: https://github.com/PyCQA/isort + rev: 5.10.1 + hooks: + - id: isort