Skip to content

Commit

Permalink
update flake8 pre-commit hook version
Browse files Browse the repository at this point in the history
from version 4.0.1 to 7.0.0.

The former version threw unexpected errors
  • Loading branch information
MarcBresson committed Jan 17, 2024
1 parent 5347ae2 commit 7143b7b
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 @@ -6,7 +6,7 @@ repos:
language_version: python3

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 7.0.0
hooks:
- id: flake8
language_version: python3
Expand Down

0 comments on commit 7143b7b

Please sign in to comment.