1
0
Fork 0
mirror of https://github.com/python-poetry/install.python-poetry.org.git synced 2024-08-27 13:17:12 -04:00
PoetryInstaller/pyproject.toml
Mathieu Kniewallner 9804ea2fb8
Test against python 3.11 and remove obsolete code-quality workflow (#14)
* 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
2022-06-06 11:51:12 -06:00

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?$'