Files
containers/.pre-commit-config.yaml
Marco Verleun 66ddd3c63c
Some checks failed
Gitea Actions Demo Training / Explore-Gitea-Actions (push) Failing after 15s
NEW VERSION
2024-01-08 20:49:03 +01:00

12 lines
266 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
#- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
#- repo: https://github.com/psf/black
# rev: 22.10.0
# hooks:
# - id: black