mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-18 00:24:47 +04:00
Currently pre-commit mounts the current directory to /src and uses current directory name as mount base. However this does not work when pre-commit is run inside the container on some mounted path already, because mount points are relative to the host, not to the container. Fixes #1387 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| docker_test.py | ||
| dotnet_test.py | ||
| golang_test.py | ||
| helpers_test.py | ||
| node_test.py | ||
| pygrep_test.py | ||
| python_test.py | ||
| r_test.py | ||
| ruby_test.py | ||