We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f52203 commit af5b90fCopy full SHA for af5b90f
.pre-commit-config.yaml
@@ -54,7 +54,7 @@ repos:
54
entry: mypy src/
55
pass_filenames: false
56
additional_dependencies:
57
- - ansible-lint>=5.0.5
+ - ansible-lint>=5.0.9
58
- packaging
59
- enrich>=1.2.5
60
- subprocess-tee>=0.2.0
@@ -63,7 +63,7 @@ repos:
63
hooks:
64
- id: pylint
65
66
67
68
69
- testinfra
setup.cfg
@@ -66,7 +66,7 @@ setup_requires =
# These are required in actual runtime:
install_requires =
- ansible-lint >= 5.0.5 # only for the prerun functionality
+ ansible-lint >= 5.0.9 # only for the prerun functionality
70
cerberus >= 1.3.1, !=1.3.3, !=1.3.4
71
click >= 8.0, < 9
72
click-help-colors >= 0.9
0 commit comments