mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 04:34:16 +00:00
Merge branch 'all-repos_autofix_pre-commit-cache-dir'
This commit is contained in:
commit
4eba5d029c
2 changed files with 2 additions and 2 deletions
|
|
@ -18,5 +18,5 @@ after_success: coveralls
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
- $HOME/.pre-commit
|
- $HOME/.cache/pre-commit
|
||||||
- /tmp/git-lfs
|
- /tmp/git-lfs
|
||||||
|
|
|
||||||
|
|
@ -14,4 +14,4 @@ test_script: tox
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- '%LOCALAPPDATA%\pip\cache'
|
- '%LOCALAPPDATA%\pip\cache'
|
||||||
- '%USERPROFILE%\.pre-commit'
|
- '%USERPROFILE%\.cache\pre-commit'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue