mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-06 06:05:52 -05:00
9804ea2fb8
* chore(ci): remove obsolete `code-quality` workflow * chore(ci): test against Python 3.11 * chore(ci): use `1.1.13` for Poetry version to install * chore(ci): bump actions * chore(pre-commit): pin `flake8-bugbear` * chore(pre-commit): remove unneeeded `toml` extra for `isort` * chore(isort): remove options already in `black` profile
12 lines
190 B
TOML
12 lines
190 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
force_single_line = true
|
|
atomic = true
|
|
lines_after_imports = 2
|
|
lines_between_types = 1
|
|
filter_files = true
|
|
|
|
|
|
[tool.black]
|
|
line-length = 88
|
|
include = '\.pyi?$'
|