precommit: move flake8 as last (#2595)

This commit is contained in:
Jirka Borovec
2023-07-04 08:33:12 +02:00
committed by GitHub
parent 5c6008948a
commit 11bb6bd719
+4 -4
View File
@@ -19,10 +19,6 @@ repos:
rev: v5.10.1
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
- repo: https://github.com/codespell-project/codespell
rev: v2.2.1
hooks:
@@ -37,3 +33,7 @@ repos:
- id: pyupgrade
args:
- --py37-plus
- repo: https://github.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8