Skip to content

Commit

Permalink
Merge pull request #2601 from ssbarnea/fix/pc-v2
Browse files Browse the repository at this point in the history
Fix dependency on pre-commit

Reviewed-by: https://github.com/apps/ansible-zuul
  • Loading branch information
ansible-zuul[bot] authored Mar 9, 2020
2 parents 7fcdd11 + 547d734 commit 2f484b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ install_requires =
pathlib2; python_version<"3.2"
pexpect >= 4.6.0, < 5
pluggy >= 0.7.1, < 1.0
pre-commit >= 1.17.0, < 2
PyYAML >= 5.1, < 6
sh >= 1.12.14
six >= 1.11.0
Expand Down Expand Up @@ -123,7 +122,8 @@ test =
lint =
ansible-lint >= 4.1.1a2, < 5
flake8 >= 3.6.0
pre-commit >= 1.17.0
pre-commit >= 1.21.0, < 2; python_version<"3.5"
pre-commit >= 1.21.0; python_version>="3.5"
yamllint >= 1.15.0

[options.entry_points]
Expand Down

0 comments on commit 2f484b1

Please sign in to comment.