From c4474c096f40f7d87e23b971417974ffd764f102 Mon Sep 17 00:00:00 2001 From: Hassan Abouelela Date: Fri, 30 Sep 2022 19:18:09 +0400 Subject: Fix Failing Pre-Commit Hook The flake8 pre-commit hook was failing due to a configuration error with the latest pre-commit and flake8 versions. Signed-off-by: Hassan Abouelela --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 25781752..b2a03559 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,4 +22,3 @@ repos: entry: poetry run flake8 language: system types: [python] - require_serial: true -- cgit v1.2.3