mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
For example, for sys.executable:
/usr/bin/python3 -> python3.7
...the default lookup may return either python3 or python3.7. Make the
order deterministic by iterating over tuple, not set, of candidates.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| all_test.py | ||
| docker_test.py | ||
| golang_test.py | ||
| helpers_test.py | ||
| pygrep_test.py | ||
| python_test.py | ||
| ruby_test.py | ||