Skip to content

Commit

Permalink
Remove reorder python imports for now - see psf/black#4175
Browse files Browse the repository at this point in the history
  • Loading branch information
azvoleff committed Jul 11, 2024
1 parent 37bfc29 commit ef65ff6
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 @@ -10,10 +10,10 @@ repos:
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.13.0
hooks:
- id: reorder-python-imports
#- repo: https://github.com/asottile/reorder-python-imports
# rev: v3.13.0
# hooks:
# - id: reorder-python-imports
#- repo: https://github.com/asottile/pyupgrade
# rev: v3.2.0
# hooks:
Expand Down

0 comments on commit ef65ff6

Please sign in to comment.