/zeek-format-precommit

pre-commit hooks specification for zeek-format

Primary LanguagePython

Pre-commit Hooks for zeek-format

This repository contains configuration to add zeek-format hooks to a git project using pre-commit.

Usage

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