Remove path name from test case
[binutils-gdb.git] / gdb / pyproject.toml
1 [tool.black]
2 include = "\\.py(\\.in)?$"
3
4 [tool.pyright]
5 typeCheckingMode = "strict"