Skip to content

Commit

Permalink
Update isort in pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
karlb committed May 5, 2022
1 parent 8eb2f7f commit 32bde77
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 @@ -51,7 +51,7 @@ repos:
- id: rst-inline-touching-normal

- repo: git://github.com/pre-commit/mirrors-isort
rev: v5.9.3
rev: v5.10.1
hooks:
- id: isort
args: ["--ignore-whitespace", "--settings-path", "./"]
Expand Down

0 comments on commit 32bde77

Please sign in to comment.