Skip to content

Commit

Permalink
Merge pull request #12 from catalystneuro/add_isort
Browse files Browse the repository at this point in the history
Include isort in precommit
  • Loading branch information
nwatters01 authored Dec 18, 2023
2 parents af8e6cf + a1f3d7c commit dd97c11
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 @@ -10,3 +10,8 @@ repos:
hooks:
- id: black
exclude: ^docs/
- repo: https://github.com/pycqa/isort
rev: 5.13.1
hooks:
- id: isort
name: isort (python)

0 comments on commit dd97c11

Please sign in to comment.