Skip to content

Commit

Permalink
Reverce Isort downgrade and fix pycln to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garciadias committed Jan 29, 2025
1 parent 5067d68 commit 63954be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ repos:
)$
- repo: https://github.com/hadialqattan/pycln
rev: v2.4.0
rev: v1.5.0
hooks:
- id: pycln
args: [--config=pyproject.toml]
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pep8-naming
pycodestyle
pyflakes
black>=22.12
isort>=5.1, <6
isort>=5.1
ruff
pytype>=2020.6.1; platform_system != "Windows"
types-setuptools
Expand Down

0 comments on commit 63954be

Please sign in to comment.