Skip to content

Commit

Permalink
Bump isort to 5.11.5 (#1398)
Browse files Browse the repository at this point in the history
* upgrade isort to 5.12.0

* change isort version to 5.11.5

* bump isort version for ci job

---------

Co-authored-by: Mikhail Druzhinin <dipetm@gmail.com>
  • Loading branch information
ajinkyakhadilkar and Dipet committed Feb 15, 2023
1 parent bcdf73d commit 87b1b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pip install
flake8==5.0.3
flake8-docstrings==1.6.0
isort==5.10.1
isort==5.11.5
mypy==0.991
types-PyYAML
types-setuptools
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-toml
- id: check-xml
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.5
hooks:
- id: isort
args: [ "--profile", "black" ]
Expand Down

0 comments on commit 87b1b7d

Please sign in to comment.