Skip to content

Commit b708836

Browse files
AFDudleyclaude
andcommitted
Add flake8 to pre-commit hooks
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d8da9b6 commit b708836

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ repos:
99
- id: check-json
1010
- id: check-merge-conflict
1111
- id: check-added-large-files
12+
- repo: https://github.com/PyCQA/flake8
13+
rev: 7.1.1
14+
hooks:
15+
- id: flake8

0 commit comments

Comments
 (0)