Skip to content

Commit 63954be

Browse files
committed
Reverce Isort downgrade and fix pycln to v1.5.0
1 parent 5067d68 commit 63954be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ repos:
6666
)$
6767
6868
- repo: https://github.com/hadialqattan/pycln
69-
rev: v2.4.0
69+
rev: v1.5.0
7070
hooks:
7171
- id: pycln
7272
args: [--config=pyproject.toml]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pep8-naming
1818
pycodestyle
1919
pyflakes
2020
black>=22.12
21-
isort>=5.1, <6
21+
isort>=5.1
2222
ruff
2323
pytype>=2020.6.1; platform_system != "Windows"
2424
types-setuptools

0 commit comments

Comments
 (0)