build: turning on flake8 pre-commit hook

This commit is contained in:
Mathew Guest 2024-11-16 03:03:35 -07:00
parent fb0ef3d8f6
commit adbae0074c

@ -17,10 +17,10 @@ repos:
args: ["--profile", "black", "--filter-files"] args: ["--profile", "black", "--filter-files"]
# Flake8 # Flake8
#- repo: https://github.com/pycqa/flake8 - repo: https://github.com/pycqa/flake8
# rev: '7.0.0' rev: '7.0.0'
# hooks: hooks:
# - id: flake8 - id: flake8
# Black # Black
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster # Using this mirror lets us use mypyc-compiled black, which is about 2x faster