This repository contains configuration to add zeek-format hooks to a git project using pre-commit.
To add zeek-format
to your pre-commit configuration, add something like the following to your .pre-commit-config.yaml
file:
repos:
- repo: https://github.com/AmazingPP/zeek-format-precommit
rev: v1.2.0
hooks:
- id: zeek-format