Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Add master hook (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Oct 19, 2023
1 parent a3dca74 commit 0239005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 69 deletions.
36 changes: 3 additions & 33 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,35 +1,5 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
- repo: https://github.com/UCL-MIRSG/.github
rev: v0.18.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-docstring-first
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: check-yaml
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: mixed-line-ending
args: [--fix=lf]
- id: trailing-whitespace
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
hooks:
- id: forbid-tabs
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
hooks:
- id: prettier
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.26.3
hooks:
- id: check-github-workflows
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.5
hooks:
- id: shellcheck
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v6.18.0
hooks:
- id: ansible-lint
- id: mirsg-hooks
36 changes: 0 additions & 36 deletions .yamllint

This file was deleted.

0 comments on commit 0239005

Please sign in to comment.