]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- add flake8 as a pre commit hook
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Oct 2019 22:56:25 +0000 (18:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Oct 2019 22:56:25 +0000 (18:56 -0400)
Change-Id: Ie9187b9aac636b198df39428cdcb4bcf6f819879

.pre-commit-config.yaml

index f9b217e552002c06a1cf7cee3645e10a95e12e0b..3a7bf937ef40a4b73aec8009d2bb6640b5ff4b1b 100644 (file)
@@ -12,4 +12,10 @@ repos:
     hooks:
     -   id: zimports
 
+-   repo: https://github.com/pycqa/flake8
+    rev: master
+    hooks:
+    -   id: flake8
+
+