Skip to content

Commit 55aec8a

Browse files
committed
add .py to the list of jupytext-readable extensions
1 parent 53fa92c commit 55aec8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipypublish/convert/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def _default_pre_conversion_funcs(self):
132132
# this is deprecated in newer versions
133133
from jupytext import readf as read # noqa: F401
134134

135-
return {".Rmd": read, ".md": read}
135+
return {".Rmd": read, ".md": read, ".py": read}
136136

137137
@validate("pre_conversion_funcs")
138138
def _validate_pre_conversion_funcs(self, proposal):

0 commit comments

Comments
 (0)