Skip to content

Commit

Permalink
update pre-commit to flake8 7.0.0
Browse files Browse the repository at this point in the history
Ran pre-commit update
  • Loading branch information
peterjc committed Feb 26, 2024
1 parent f47c904 commit 8aebf9c
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
Expand Up @@ -32,7 +32,7 @@ repos:
args: [--check, --diff]
exclude: ^tests/test_cases/example_unicode.py
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [
Expand Down

0 comments on commit 8aebf9c

Please sign in to comment.