Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 4d77c21

Browse files
committed
Remove pytest stubs and cleanup mypy config
pytest >= 6.0 has type annotations now \o/
1 parent e992550 commit 4d77c21

2 files changed

Lines changed: 2 additions & 15 deletions

File tree

mypy.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[mypy]
2-
mypy_path = stubs
3-
disallow_untyped_decorators = false
2+
files = cli_ui/**/*.py
3+
disallow_untyped_decorators = true
44
warn_unused_configs = true
55
disallow_subclassing_any = true
66
disallow_untyped_calls = true

stubs/pytest.pyi

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)