From 2f9f9e7463276f2c168bb6da551077ae1ed0568e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Skar=C5=BCy=C5=84ski?= Date: Tue, 14 Apr 2020 21:15:30 +0200 Subject: [PATCH] add python stubs files (.pyi) --- Python.gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitattributes b/Python.gitattributes index a6a4cd7..6f83e10 100644 --- a/Python.gitattributes +++ b/Python.gitattributes @@ -8,6 +8,7 @@ *.pyw text diff=python *.pyx text diff=python *.pyz text diff=python +*.pyi text diff=python # Binary files # ============