From e9dcddf4e43e28b3a79cd74d27a7a9eed3cca937 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Thu, 26 Nov 2020 14:15:56 +0100 Subject: [PATCH] pre-commit autoupdate --- .travis-pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-pre-commit-config.yaml b/.travis-pre-commit-config.yaml index 0cda0be..6a293fe 100644 --- a/.travis-pre-commit-config.yaml +++ b/.travis-pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: name: Check trailing whitespace args: [--markdown-linebreak-ext=md] - repo: https://gitlab.com/pycqa/flake8.git - rev: 3.7.9 + rev: 3.8.4 hooks: - id: flake8 name: Check python (flake8)