frostfs-sdk-java/.pre-commit-config.yaml
Bruk Ori 0e82c4433f
Some checks failed
Pre-commit checks / Pre-commit (pull_request) Failing after 4s
DCO / DCO (pull_request) Failing after 46s
test
2024-10-25 16:43:50 +03:00

16 lines
356 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: check-json
- id: check-xml
- id: check-yaml
- repo: local
hooks:
- id: make-verify
name: Run make verify
entry: make verify
language: system
pass_filenames: false