diff options
Diffstat (limited to 'gdb/pyproject.toml')
-rw-r--r-- | gdb/pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/pyproject.toml b/gdb/pyproject.toml index 4469f1c..144c489 100644 --- a/gdb/pyproject.toml +++ b/gdb/pyproject.toml @@ -3,3 +3,6 @@ include = "\\.py(\\.in)?$" [tool.pyright] typeCheckingMode = "strict" + +[tool.isort] +profile = "black" |