PacketMediator/.pre-commit-config.yaml

20 lines
554 B
YAML
Raw Permalink Normal View History

2024-02-08 11:55:35 +00:00
repos:
2024-08-07 19:55:55 +00:00
- repo: local
hooks:
2024-02-08 11:55:35 +00:00
#Use dotnet format already installed on your machine
2024-08-07 19:55:55 +00:00
- id: dotnet-format
name: dotnet-format
language: system
entry: dotnet format --include
types_or: [c#, vb]
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
rev: v1.7.1.15
hooks:
- id: actionlint
additional_dependencies: [pyflakes>=3.0.1, shellcheck-py>=0.9.0.5]
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.14.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']