diff options
| author | omnom62 <omnom62@outlook.com> | 2026-03-20 22:15:26 +1000 |
|---|---|---|
| committer | omnom62 <omnom62@outlook.com> | 2026-03-20 22:15:26 +1000 |
| commit | c9e5c5f6d91bae587a6ce8b7f055b0d068129fe2 (patch) | |
| tree | e60f2e815db6514478d8de240863bcfb9e7e702d | |
| parent | d4acb2d30d63ac2ead78925f8aed40a117ed35c5 (diff) | |
| download | rest.vyos-c9e5c5f6d91bae587a6ce8b7f055b0d068129fe2.tar.gz rest.vyos-c9e5c5f6d91bae587a6ce8b7f055b0d068129fe2.zip | |
Precomit config
| -rw-r--r-- | .pre-commit-config.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57f1810..bbca732 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,3 +56,10 @@ repos: rev: 7.1.2 hooks: - id: flake8 + + # - repo: https://github.com/ansible/ansible-lint + # rev: v24.2.0 + # hooks: + # - id: ansible-lint + # additional_dependencies: + # - ansible-core==2.18.* |
