Skip to content

Commit

Permalink
Add flake8 to the precommit (#504)
Browse files Browse the repository at this point in the history
We only check the waffle directory to keep it equivalent to the
existing linter
  • Loading branch information
dragon-dxw authored Jun 7, 2024
1 parent e63a13f commit 7082362
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
repos: []
files: ^waffle/
repos:
- repo: https://github.com/pycqa/flake8
rev: '7.0.0'
hooks:
- id: flake8

0 comments on commit 7082362

Please sign in to comment.