Skip to content

Commit 16d1c1b

Browse files
Christina ZhaoChristina Zhao
authored andcommitted
update: added isort back into pre-commit hook
to test if files pass
1 parent ec5f887 commit 16d1c1b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -421,13 +421,13 @@ repos:
421421
description: The uncompromising Python code formatter.
422422
language_version: python3
423423

424-
# - repo: https://github.com/pycqa/isort
425-
# rev: 6.0.1
426-
# hooks:
427-
# - id: isort
428-
# name: 🐍 isort - Import Sorter
429-
# description: A Python utility / library to sort imports.
430-
# args: [--profile=black]
424+
- repo: https://github.com/pycqa/isort
425+
rev: 6.0.1
426+
hooks:
427+
- id: isort
428+
name: 🐍 isort - Import Sorter
429+
description: A Python utility / library to sort imports.
430+
args: [--profile=black]
431431

432432
# - repo: https://github.com/asottile/pyupgrade
433433
# rev: v3.20.0

0 commit comments

Comments
 (0)