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) (#830)

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

Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
  • Loading branch information
TomohitoAndo committed Sep 13, 2023
1 parent c4b243b commit 9040a34
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 9040a34

Please sign in to comment.