mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
Add foor missing required dependencies in CONTRIBUTING.md
There could still be missing dependencies, I'm not using a fresh environement to test that. Also added the specific required git version see https://github.com/git/git/blob/master/Documentation/RelNotes/2.24.0.txt
This commit is contained in:
parent
0e5eb19929
commit
fd53cdea17
1 changed files with 5 additions and 1 deletions
|
|
@ -4,12 +4,16 @@
|
||||||
|
|
||||||
- The complete test suite depends on having at least the following installed
|
- The complete test suite depends on having at least the following installed
|
||||||
(possibly not a complete list)
|
(possibly not a complete list)
|
||||||
- git (A sufficiently newer version is required to run pre-push tests)
|
- git (Version 2.24.0 or above is required to run pre-merge-commit tests)
|
||||||
- python2 (Required by a test which checks different python versions)
|
- python2 (Required by a test which checks different python versions)
|
||||||
- python3 (Required by a test which checks different python versions)
|
- python3 (Required by a test which checks different python versions)
|
||||||
- tox (or virtualenv)
|
- tox (or virtualenv)
|
||||||
- ruby + gem
|
- ruby + gem
|
||||||
- docker
|
- docker
|
||||||
|
- conda
|
||||||
|
- cargo (required by tests for rust dependencies)
|
||||||
|
- go (required by tests for go dependencies)
|
||||||
|
- swift
|
||||||
|
|
||||||
### Setting up an environment
|
### Setting up an environment
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue