From 1c6ff2fa49d59d4d8e15b0b2bbfd997d14ec33c7 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 6 Apr 2022 23:56:10 +0200 Subject: [PATCH] (actually, the other way around is better) --- .pre-commit-config.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d82b70d9..18c7457a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,11 +17,6 @@ repos: hooks: - id: markdown-toc -- repo: https://github.com/psf/black - rev: 22.3.0 - hooks: - - id: black - - repo: https://github.com/pycqa/flake8 rev: 4.0.1 hooks: @@ -31,3 +26,7 @@ repos: - flake8-comprehensions - flake8-simplify +- repo: https://github.com/psf/black + rev: 22.3.0 + hooks: + - id: black