From 5d5d053bced20dfd53d43c1bd3bcc0ffce493273 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 28 Nov 2019 13:40:29 +0100 Subject: [PATCH] Use github instead gitlab --- .pre-commit-config-all.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config-all.yaml b/.pre-commit-config-all.yaml index abc1afbde78..f7b29cddc4f 100644 --- a/.pre-commit-config-all.yaml +++ b/.pre-commit-config-all.yaml @@ -18,7 +18,7 @@ repos: - --safe - --quiet files: ^((homeassistant|script|tests)/.+)?[^/]+\.py$ -- repo: https://gitlab.com/pycqa/flake8 +- repo: https://github.com/PyCQA/flake8 rev: 3.7.9 hooks: - id: flake8