From 8039023a57cfbb40561700ffb491be71bfc8b934 Mon Sep 17 00:00:00 2001 From: Chad Larson Date: Sun, 21 Jun 2020 17:47:49 -0500 Subject: [PATCH] added ipynb extension --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index 3f09b892..4710ac65 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -68,6 +68,7 @@ 'idr': {'text', 'idris'}, 'inc': {'text', 'inc'}, 'ini': {'text', 'ini'}, + 'ipynb': {'text', 'jupyter'}, 'j2': {'text', 'jinja'}, 'jade': {'text', 'jade'}, 'jar': {'binary', 'zip', 'jar'},