Page MenuHomeDevCentral

.pre-commit-config.yaml
No OneTemporary

.pre-commit-config.yaml

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-executables-have-shebangs
- id: check-json
- id: check-merge-conflict
- id: check-xml
- id: check-yaml
- id: end-of-file-fixer
exclude: ^roles/core/motd/files/
- id: fix-byte-order-marker
- id: mixed-line-ending
args: ["--fix=lf"]
- id: trailing-whitespace
exclude: patch$
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/warpnet/salt-lint
rev: v0.9.2
hooks:
- id: salt-lint
args: ["-x", "207,208"]
files: ^(roles|hotfixes).*\.(sls)$
- repo: https://devcentral.nasqueron.org/source/codestyle.git
rev: v0.1.1
hooks:
- id: shellcheck
args: ["--severity=warning"]

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 25, 16:29 (22 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260550
Default Alt Text
.pre-commit-config.yaml (899 B)

Event Timeline