From eb1d5fdb9c529fe4720a379690f58e0565dbb40d Mon Sep 17 00:00:00 2001 From: Shyam D Date: Tue, 15 Dec 2020 12:01:14 -0800 Subject: [PATCH] add isort to precommit --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1647226bca..a487219472 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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/*'