Skip to content

Commit

Permalink
Merge pull request #139 from anaconda/renovate/pycqa-isort-6.x
Browse files Browse the repository at this point in the history
chore(deps): update pre-commit hook pycqa/isort to v6
  • Loading branch information
JeanChristopheMorinPerso authored Jan 29, 2025
2 parents 924986d + 86602c2 commit 841a094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
# - By default, `black` uses a line-length of 88.
# - `isort` will conflict with `black`, if not properly configured
- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
args: ["--profile", "black", --line-length=120]
Expand Down

0 comments on commit 841a094

Please sign in to comment.