From 2d92fee01b05e5e217e6dad5cc621801c31debae Mon Sep 17 00:00:00 2001 From: yobmod Date: Sun, 28 Feb 2021 18:04:24 +0000 Subject: add py.typed, mypy.ini and git/types.py --- mypy.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mypy.ini (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 00000000..72716491 --- /dev/null +++ b/mypy.ini @@ -0,0 +1,4 @@ + +[mypy] + +disallow_untyped_defs = True \ No newline at end of file -- cgit v1.2.1