Skip to content

Commit 4eba5d0

Browse files
committed
Merge branch 'all-repos_autofix_pre-commit-cache-dir'
2 parents 3a26cd1 + 8f1217b commit 4eba5d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ after_success: coveralls
1818
cache:
1919
directories:
2020
- $HOME/.cache/pip
21-
- $HOME/.pre-commit
21+
- $HOME/.cache/pre-commit
2222
- /tmp/git-lfs

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ test_script: tox
1414

1515
cache:
1616
- '%LOCALAPPDATA%\pip\cache'
17-
- '%USERPROFILE%\.pre-commit'
17+
- '%USERPROFILE%\.cache\pre-commit'

0 commit comments

Comments
 (0)