Loading README.md +6 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,12 @@ Check Ansible playbooks for syntax errors. ### `docker-compose` Validate the Docker Compose file using docker-compose config. Requires an install `docker-compose`. With previous versions of this repo, the `docker-compose` version from PyPI was installed as a dependency. However, at the time of writing, the package hasn't been updated in over 3 years. If you wish to still use the 1.x version from PyPI, add it in the `additional_dependencies` section of the hook. ### `terraform-fmt` Loading setup.py +0 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ setup( version=VERSION, install_requires=[ "ansible>=4", "docker-compose>=1.20", "poetry", ], entry_points={ Loading Loading
README.md +6 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,12 @@ Check Ansible playbooks for syntax errors. ### `docker-compose` Validate the Docker Compose file using docker-compose config. Requires an install `docker-compose`. With previous versions of this repo, the `docker-compose` version from PyPI was installed as a dependency. However, at the time of writing, the package hasn't been updated in over 3 years. If you wish to still use the 1.x version from PyPI, add it in the `additional_dependencies` section of the hook. ### `terraform-fmt` Loading
setup.py +0 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ setup( version=VERSION, install_requires=[ "ansible>=4", "docker-compose>=1.20", "poetry", ], entry_points={ Loading