mattermost_bot/.pre-commit-config.yaml

17 lines
406 B
YAML
Raw Permalink Normal View History

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2023-12-23 14:36:30 +00:00
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- repo: https://github.com/psf/black
2023-12-23 14:36:30 +00:00
rev: 23.12.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
2023-12-23 14:36:30 +00:00
rev: v0.1.7
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]