Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit f18fe30

Browse files
type annotation checker config file
1 parent 87cf4ec commit f18fe30

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

projects/url_shortener/mypy.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Global options:
2+
[mypy]
3+
warn_return_any = True
4+
warn_unused_configs = True
5+
6+
# Per-module options:
7+
[mypy-pyshorteners.*]
8+
ignore_missing_imports = True

0 commit comments

Comments
 (0)