Skip to content

Commit

Permalink
No longer map plain text .py to Python (#63)
Browse files Browse the repository at this point in the history
We now use the Python parser for `.py` sources and no longer want to map the plain text `.py` files (of projects which haven't been ingested recently) to the Python group.
  • Loading branch information
knutwannheden authored Sep 4, 2024
1 parent c6f746b commit 1c2868f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion moderne_visualizations_misc/language_composition.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
" mappings = {\n",
" \"Typescript\": [\"ts\", \"tsx\"],\n",
" \"Javascript\": [\"js\", \"jsx\"],\n",
" \"Python\": [\"py\"],\n",
" \"Kotlin\": [\"kts\"],\n",
" }\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
" mappings = {\n",
" \"Typescript\": [\"ts\", \"tsx\"],\n",
" \"Javascript\": [\"js\", \"jsx\"],\n",
" \"Python\": [\"py\"],\n",
" \"Kotlin\": [\"kts\"],\n",
" }\n",
"\n",
Expand Down

0 comments on commit 1c2868f

Please sign in to comment.