Skip to content

Commit

Permalink
Try isort 5.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-thankyou-lin committed Oct 31, 2024
1 parent 676edf2 commit db00461
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ repos:
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
# - repo: https://github.com/pycqa/isort
# rev: 5.12.0
# hooks:
# - id: isort
# name: isort (python)
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
name: isort (python)

0 comments on commit db00461

Please sign in to comment.