Skip to content

Commit

Permalink
Update flake8 to match our CI checks (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyfagan authored Jan 29, 2025
1 parent f4d6015 commit 138a33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pycqa/flake8
rev: '3.9.2' # pick a git hash / tag to point to
rev: '6.0.0' # pick a git hash / tag to point to
hooks:
- id: flake8
exclude: 'migrations|docs|examples|bluebutton-css|vendor|venv|management'

0 comments on commit 138a33f

Please sign in to comment.