From 47b1ecdbb984832083e3f6683086631432225a80 Mon Sep 17 00:00:00 2001 From: junos Date: Wed, 10 May 2023 15:29:32 +0200 Subject: [PATCH] First format with black and then check with flake8. --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a76a913..d574f48 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,12 +10,12 @@ repos: hooks: - id: isort name: isort (python) - - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 - hooks: - - id: flake8 - repo: https://github.com/psf/black rev: 23.3.0 hooks: - id: black language_version: python3 + - repo: https://github.com/pycqa/flake8 + rev: 6.0.0 + hooks: + - id: flake8