From b708836aa922656ec0495fc0fd53f4debd182350 Mon Sep 17 00:00:00 2001 From: "A. F. Dudley" Date: Wed, 21 Jan 2026 19:05:12 -0500 Subject: [PATCH] Add flake8 to pre-commit hooks Co-Authored-By: Claude Opus 4.5 --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e219282e..31480dca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,3 +9,7 @@ repos: - id: check-json - id: check-merge-conflict - id: check-added-large-files + - repo: https://github.com/PyCQA/flake8 + rev: 7.1.1 + hooks: + - id: flake8