Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quantco/pre-commit-mirrors-ansible-lint
https://github.com/quantco/pre-commit-mirrors-ansible-lint
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quantco/pre-commit-mirrors-ansible-lint
- Owner: Quantco
- License: bsd-3-clause
- Created: 2023-05-30T18:33:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T06:36:30.000Z (4 months ago)
- Last Synced: 2024-09-15T10:08:44.420Z (4 months ago)
- Size: 59.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ansible-lint pre-commit hook
pre-commit hook of ansible-lint with conda as a `language` / package manager.
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
For ansible-lint: see [here](https://github.com/ansible/ansible-lint)
## Using ansible-lint with pre-commit and conda:
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/quantco/pre-commit-mirrors-ansible-lint
rev: '' # Use the sha / tag you want to point at
hooks:
- id: ansible-lint-conda
```