Skip to content

Commit

Permalink
add isort to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Sep 17, 2024
1 parent 432ef91 commit cbafb3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ repos:
args: [ --fix ]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
name: isort (python)

0 comments on commit cbafb3b

Please sign in to comment.