Skip to content

Commit

Permalink
ci(pre-commit): update isort version to avoid CI failure (autowarefou…
Browse files Browse the repository at this point in the history
…ndation#2777) (#266)

ci(pre-commit): update isort version to avoid pre-commit failure

Signed-off-by: Tomohito Ando <[email protected]>
Co-authored-by: Tomohito ANDO <[email protected]>
  • Loading branch information
tkimura4 and TomohitoAndo authored Jan 31, 2023
1 parent f3c7b48 commit f786f50
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 @@ -56,7 +56,7 @@ repos:
args: [-w, -s, -i=4]

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

Expand Down

0 comments on commit f786f50

Please sign in to comment.