Skip to content

Commit

Permalink
Add isort hook
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinywlui committed Aug 7, 2019
1 parent 8de002b commit a1308cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ repos:
entry: black
types: [python]

- id: isort
name: isort
stages: [commit]
language: system
entry: isort
types: [python]

- id: mypy
name: mypy
stages: [commit]
Expand Down

0 comments on commit a1308cf

Please sign in to comment.