Skip to content

Commit

Permalink
Disable reorder-python-imports dependancy (#58)
Browse files Browse the repository at this point in the history
Disable the reorder-python-imports dependancy due to incompatibility with Black 24 (closes Issue #57).
  • Loading branch information
dariobauer committed Feb 6, 2024
1 parent 24a7d99 commit 67c33d2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ repos:
rev: v2.5.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
hooks:
- id: reorder-python-imports
name: Reorder Python imports (src, tests)
args: ["--application-directories", "src"]
# Disable reorder-python-imports due to incompatability with Black 24 (Issue #57)
# - repo: https://github.com/asottile/reorder-python-imports
# rev: v3.12.0
# hooks:
# - id: reorder-python-imports
# name: Reorder Python imports (src, tests)
# args: ["--application-directories", "src"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
hooks:
Expand Down

0 comments on commit 67c33d2

Please sign in to comment.