Files
splunk-security_content/.pre-commit-config.yaml
2020-05-22 01:30:25 -04:00

13 lines
396 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0 # Use the ref you want to point at
hooks:
- id: check-executables-have-shebangs
exclude: 'package/bin/da_ess_contentupdate/|package/bin/splunklib/|venv/'
- id: check-json
- id: check-symlinks
- id: check-yaml
- id: pretty-format-json
args: [--autofix]
- id: requirements-txt-fixer