Select Git revision
-
nimrod authored
- Update pre-commit hooks. - Fix complaints from pre-commit. - Remove checks for the ldap_attr, I'm not going to check it. - Remove TravisCI (left the file for future reference). - Add note about project deprecation and replacement. - Add GitLab CI with pre-commit.
nimrod authored- Update pre-commit hooks. - Fix complaints from pre-commit. - Remove checks for the ldap_attr, I'm not going to check it. - Remove TravisCI (left the file for future reference). - Add note about project deprecation and replacement. - Add GitLab CI with pre-commit.
.pre-commit-config.yaml 688 B
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: check-added-large-files
- id: check-executables-have-shebangs
- id: check-merge-conflict
- repo: https://github.com/adarnimrod/shell-pre-commit
rev: v0.6.0
hooks:
- id: shell-lint
- id: shellcheck
- repo: https://github.com/adarnimrod/ansible-pre-commit
rev: v0.10.0
hooks:
- id: ansible-syntax-check
files: tests/playbook.yaml
- repo: https://github.com/myint/rstcheck
rev: master
hooks:
- id: rstcheck
- repo: https://github.com/adrienverge/yamllint
rev: v1.25.0
hooks:
- id: yamllint