blob: 2c7b0a9a7b3e5c7acd3f68d1dd54d8a2eeaffe4f [file] [log] [blame]
[tool.poetry]
name = "example_isort_formatting_plugin"
version = "0.1.1"
description = "An example plugin that modifies isort formatting using black."
authors = ["Timothy Crosley <timothy.crosley@gmail.com>"]
license = "MIT"
[tool.poetry.plugins."isort.formatters"]
example = "example_isort_formatting_plugin:black_format_import_section"
[tool.poetry.dependencies]
python = ">=3.7.0"
isort = ">=5.11.0"
black = ">=22.8.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"