Move library stubs to stubs/ for typeshed consistency

This commit is contained in:
Danielle McLean 2023-11-27 10:56:34 +11:00
parent da90e64dac
commit d4df24b7aa
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
3 changed files with 1 additions and 1 deletions

View file

@ -31,7 +31,7 @@ dev = [
]
[tool.mypy]
mypy_path = 'typings'
mypy_path = 'stubs'
[tool.ruff]
ignore-init-module-imports = true