Files
mc-onedark/.pre-commit-config.yaml
pre-commit-ci[bot] 171fcea335 [pre-commit.ci] pre-commit autoupdate (#5)
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.20.0 → 0.21.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.20.0...0.21.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-01-31 00:39:06 +00:00

28 lines
700 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
- id: detect-private-key
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.21.0
hooks:
- id: check-dependabot
- id: check-github-workflows
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
hooks:
- id: mdformat
additional_dependencies:
- mdformat-toc
- mdformat-gfm
- mdformat-black