Skip to content

Commit

Permalink
Merge pull request #1585 from tbeadle/isort-pre-commit
Browse files Browse the repository at this point in the history
Fix issue with pre-commit hook.
  • Loading branch information
doomedraven authored Jun 8, 2023
2 parents 8584d67 + 9c7d789 commit 6b8cea8
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 @@ -22,7 +22,7 @@ repos:
- id: black

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
name: isort (python)

0 comments on commit 6b8cea8

Please sign in to comment.