Skip to content

Commit

Permalink
Avoid using in-repo .cache folder
Browse files Browse the repository at this point in the history
Bump ansible-lint dependency to 5.0.10 in order to make use of the
ansible/ansible-lint#1567 which
basically moves the tmp folder to use ~/.cache, avoiding
pypa/pip#10005
  • Loading branch information
ssbarnea committed Jun 1, 2021
1 parent c73a1c2 commit 83cf036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -54,7 +54,7 @@ repos:
entry: mypy src/
pass_filenames: false
additional_dependencies:
- ansible-lint>=5.0.9
- ansible-lint>=5.0.10
- packaging
- enrich>=1.2.5
- subprocess-tee>=0.2.0
Expand All @@ -63,7 +63,7 @@ repos:
hooks:
- id: pylint
additional_dependencies:
- ansible-lint>=5.0.9
- ansible-lint>=5.0.10
- enrich>=1.2.5
- subprocess-tee>=0.2.0
- testinfra
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -66,7 +66,7 @@ setup_requires =

# These are required in actual runtime:
install_requires =
ansible-lint >= 5.0.9 # only for the prerun functionality
ansible-lint >= 5.0.10 # only for the prerun functionality
cerberus >= 1.3.1, !=1.3.3, !=1.3.4
click >= 8.0, < 9
click-help-colors >= 0.9
Expand Down

0 comments on commit 83cf036

Please sign in to comment.