Skip to content

Commit

Permalink
add isort to precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Dec 15, 2020
1 parent 0ef6814 commit eb1d5fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Expand Up @@ -11,3 +11,9 @@ repos:
hooks:
- id: black
language_version: python3.8

- repo: https://github.com/pycqa/isort
rev: 5.5.2
hooks:
- id: isort
files: 'emmet-core/*'

0 comments on commit eb1d5fd

Please sign in to comment.