pre-commit/tests/languages/all_test.py
2023-02-04 14:26:09 -05:00

7 lines
190 B
Python

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']