We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5f887 commit 16d1c1bCopy full SHA for 16d1c1b
1 file changed
.pre-commit-config.yaml
@@ -421,13 +421,13 @@ repos:
421
description: The uncompromising Python code formatter.
422
language_version: python3
423
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]
+ - repo: https://github.com/pycqa/isort
+ rev: 6.0.1
+ hooks:
+ - id: isort
+ name: 🐍 isort - Import Sorter
+ description: A Python utility / library to sort imports.
+ args: [--profile=black]
431
432
# - repo: https://github.com/asottile/pyupgrade
433
# rev: v3.20.0
0 commit comments