Skip to content
Snippets Groups Projects
Unverified Commit 2b2beb35 authored by Varac's avatar Varac
Browse files

Add basic .pre-commit-config.yaml

Related: #705
parent 513d3006
No related branches found
No related tags found
No related merge requests found
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: check-added-large-files
- id: check-ast
- id: check-merge-conflict
- id: check-yaml
- id: detect-private-key
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.5
hooks:
- id: shellcheck
- id: shfmt
- repo: https://github.com/hadolint/hadolint
rev: v1.23.0
hooks:
- id: hadolint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment