mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-06-08 00:23:52 +00:00
17 lines
282 B
YAML
17 lines
282 B
YAML
default_language_version:
|
|
python: python3
|
|
|
|
exclude: |
|
|
(?x)^(
|
|
CODE_OF_CONDUCT.md
|
|
)
|
|
|
|
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: file-format
|
|
name: file-format
|
|
language: python
|
|
entry: python .github/workflows/file_format.py
|
|
types_or: [text]
|