From: Mike Bayer Date: Sun, 13 Oct 2019 22:56:25 +0000 (-0400) Subject: - add flake8 as a pre commit hook X-Git-Tag: rel_1_3_11~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3758feb76a2b77b7a4a11965b0a11db6d85ff33;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - add flake8 as a pre commit hook Change-Id: Ie9187b9aac636b198df39428cdcb4bcf6f819879 (cherry picked from commit 6b2875eba531a0b879ec345ec85fae00f522ff03) --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9b217e552..3a7bf937ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,4 +12,10 @@ repos: hooks: - id: zimports +- repo: https://github.com/pycqa/flake8 + rev: master + hooks: + - id: flake8 + +