Skip to content

Commit

Permalink
Bump isort pre-commit hook to 5.12.0
Browse files Browse the repository at this point in the history
Refs PyCQA/isort#2077

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
  • Loading branch information
s0undt3ch committed Jan 29, 2023
1 parent 314017e commit e02b66c
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 @@ -1082,7 +1082,7 @@ repos:
args: [--silent, -E, fix_asserts, -E, fix_docstrings]

- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
additional_dependencies: ['toml']
Expand Down

0 comments on commit e02b66c

Please sign in to comment.