mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 04:24:43 +00:00
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>
This commit is contained in:
@@ -3,3 +3,6 @@ include = "\\.py(\\.in)?$"
|
||||
|
||||
[tool.pyright]
|
||||
typeCheckingMode = "strict"
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
||||
@@ -7,6 +7,3 @@
|
||||
# E701: Multiple statements on one line (colon)
|
||||
# W503: line break before binary operator
|
||||
ignore = E203,E501,E701,W503
|
||||
|
||||
[isort]
|
||||
profile = black
|
||||
|
||||
Reference in New Issue
Block a user