deprecate python_venv language

This commit is contained in:
Anthony Sottile 2023-02-04 14:26:09 -05:00
parent 0359fae2da
commit 0c1267b214
8 changed files with 73 additions and 29 deletions

View file

@ -0,0 +1,7 @@
from __future__ import annotations
from pre_commit.languages.all import languages
def test_python_venv_is_an_alias_to_python():
assert languages['python_venv'] is languages['python']