Skip to content

Commit

Permalink
ci: fix isort py37 incompatible issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Feb 6, 2023
1 parent 885e501 commit d764b86
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 @@ -36,7 +36,7 @@ repos:
- id: flake8
args: ['--config=.flake8', '--tee', '--benchmark']
- repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: 5.11.5 # python 3.7 compatible
hooks:
- id: isort
name: isort (python)
Expand Down

0 comments on commit d764b86

Please sign in to comment.