Skip to content

Commit

Permalink
Upgrade isort to fix poetry problem
Browse files Browse the repository at this point in the history
  • Loading branch information
rebkwok committed Nov 3, 2023
1 parent 677d9c9 commit a5ec1fd
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -17,7 +17,7 @@ repos:
- "flake8-no-pep420"

- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

Expand Down
7 changes: 6 additions & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ idna==2.10
# requests
iniconfig==1.1.1
# via pytest
isort==5.10.1
isort==5.12.0
# via -r requirements.dev.in
mccabe==0.6.1
# via flake8
Expand Down Expand Up @@ -124,9 +124,14 @@ toml==0.10.2
# via pre-commit
tomli==2.0.1
# via
# black
# coverage
# pep517
# pytest
typing-extensions==4.7.1
# via
# -c requirements.prod.txt
# black
urllib3==1.26.5
# via
# -c requirements.prod.txt
Expand Down

0 comments on commit a5ec1fd

Please sign in to comment.