mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
deprecate python_venv language
This commit is contained in:
parent
0359fae2da
commit
0c1267b214
8 changed files with 73 additions and 29 deletions
7
tests/languages/all_test.py
Normal file
7
tests/languages/all_test.py
Normal 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']
|
||||
Loading…
Add table
Add a link
Reference in a new issue