summaryrefslogtreecommitdiffstats
path: root/pre_commit/all_languages.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pre_commit/all_languages.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pre_commit/all_languages.py b/pre_commit/all_languages.py
index 476bad9..f2d11bb 100644
--- a/pre_commit/all_languages.py
+++ b/pre_commit/all_languages.py
@@ -44,7 +44,5 @@ languages: dict[str, Language] = {
'script': script,
'swift': swift,
'system': system,
- # TODO: fully deprecate `python_venv`
- 'python_venv': python,
}
language_names = sorted(languages)