From adbae0074cae369a4a66f20d5d13c34827457fb4 Mon Sep 17 00:00:00 2001 From: Mathew Guest Date: Sat, 16 Nov 2024 03:03:35 -0700 Subject: [PATCH] build: turning on flake8 pre-commit hook --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a6b8bb8..b668dc5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,10 +17,10 @@ repos: args: ["--profile", "black", "--filter-files"] # Flake8 -#- repo: https://github.com/pycqa/flake8 -# rev: '7.0.0' -# hooks: -# - id: flake8 +- repo: https://github.com/pycqa/flake8 + rev: '7.0.0' + hooks: + - id: flake8 # Black # Using this mirror lets us use mypyc-compiled black, which is about 2x faster