Skip to content

Commit

Permalink
fixup! fix(isort): fix pre-commit error for old flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
pkyosx committed Jul 29, 2024
1 parent f815976 commit 28c2587
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 @@ -24,6 +24,6 @@ repos:
- id: black
language_version: python3 # Should be a command that runs python3.6+
- repo: https://github.com/PyCQA/flake8
rev: '4.0.1'
rev: 6.0.0
hooks:
- id: flake8

0 comments on commit 28c2587

Please sign in to comment.