Skip to content

Commit 1870f95

Browse files
clbarnesrhshadrach
authored andcommitted
Update isort version in pre-commit config (pandas-dev#36428)
Previously, a mismatch between the isort versions specified by pre-commit and by the files used on CI made it impossible to make a commit which passed both pre-commit and CI lints.
1 parent 3bcb495 commit 1870f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- file
2626
args: [--append-config=flake8/cython-template.cfg]
2727
- repo: https://github.com/pre-commit/mirrors-isort
28-
rev: v4.3.21
28+
rev: v5.2.2
2929
hooks:
3030
- id: isort
3131
language: python_venv

0 commit comments

Comments
 (0)