From 3fdd9fde2a8355d2ad4e965841ca1db1735a5bc3 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Sun, 26 Dec 2021 21:09:49 +0300 Subject: [PATCH 1/2] Update .gitattributes I was wrong, it requires the full file glob. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 13eb5742dbf0..9d4ff8f37838 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ # We vendor typeshed from https://github.com/python/typeshed -mypy/typeshed/ linguist-vendored +mypy/typeshed/**/*.pyi linguist-vendored From 4da13b9eb5e0698bb7effe82b2bf8cc105382bc5 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Wed, 29 Dec 2021 19:40:45 +0300 Subject: [PATCH 2/2] Update .gitattributes Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com> --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 9d4ff8f37838..840ba454b8e3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ # We vendor typeshed from https://github.com/python/typeshed -mypy/typeshed/**/*.pyi linguist-vendored +mypy/typeshed/** linguist-vendored