Skip to content

Commit

Permalink
Add flake8 to the precommit
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 committed May 3, 2024
1 parent b378fd4 commit 98dc556
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 98dc556

Please sign in to comment.