Skip to content

Commit

Permalink
Switch to isort for psf/black#4175
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jun 22, 2024
1 parent b6adbb7 commit 900b9c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ repos:
hooks:
- id: pyupgrade
args: [--py311-plus, --keep-runtime-typing]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.12.0
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: reorder-python-imports
args: [--py311-plus]
- id: isort
args: [--profile, black, --force-single-line-imports]
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.1.0
hooks:
Expand Down

0 comments on commit 900b9c4

Please sign in to comment.