Files
binutils-gdb/gdb/pyproject.toml
Tom Tromey 727ee2e293 Move isort config to pyproject.toml
My understanding is that pyproject.toml is the "new" way to configure
Python tools.  Although setup.cfg can't yet be removed (flake8 has
some issue with pyproject.toml), we can move the isort config here.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
2025-09-18 08:06:40 -06:00

9 lines
116 B
TOML

[tool.black]
include = "\\.py(\\.in)?$"
[tool.pyright]
typeCheckingMode = "strict"
[tool.isort]
profile = "black"