Move library stubs to stubs/ for typeshed consistency
This commit is contained in:
parent
da90e64dac
commit
d4df24b7aa
3 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ dev = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
mypy_path = 'typings'
|
mypy_path = 'stubs'
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
ignore-init-module-imports = true
|
ignore-init-module-imports = true
|
||||||
|
|
Loading…
Reference in a new issue