Files
bgfx/.pre-commit-config.yaml
2025-03-15 19:24:10 +00:00

21 lines
355 B
YAML

default_language_version:
python: python3
exclude: |
(?x)^(
3rdparty/.*|
bindings/.*|
include/bgfx/c99/bgfx\.h|
.*\.bin\.h|
.*\.ttf\.h$
)
repos:
- repo: local
hooks:
- id: file-format
name: file-format
language: python
entry: python .github/workflows/file_format.py
types_or: [text]