mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
15 lines
399 B
YAML
15 lines
399 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: trailing-whitespace
|
|
- id: check-executables-have-shebangs
|
|
- id: check-json
|
|
- id: check-symlinks
|
|
- id: check-yaml
|
|
- id: pretty-format-json
|
|
args: [--autofix]
|
|
- id: flake8
|
|
args: [--max-line-length=131]
|
|
- id: requirements-txt-fixer
|