Skip to content

Commit

Permalink
Merge pull request #2029 from PyCQA/example/update-formatting-pluging…
Browse files Browse the repository at this point in the history
…-isort-5.11.0

Update isort on formatting plugin to 5.11.0
  • Loading branch information
staticdev committed Dec 12, 2022
2 parents 3e99c22 + 84e3687 commit 657ed81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions example_isort_formatting_plugin/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions example_isort_formatting_plugin/pyproject.toml
Expand Up @@ -10,8 +10,8 @@ example = "example_isort_formatting_plugin:black_format_import_section"

[tool.poetry.dependencies]
python = ">=3.7.0"
isort = { version = ">5.10.1", allow-prereleases = true }
black = ">=22.6.0"
isort = ">=5.11.0"
black = ">=22.8.0"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 657ed81

Please sign in to comment.