Skip to content

Commit

Permalink
Add pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Nov 2, 2023
1 parent 4145059 commit 682f402
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
# - id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: check-json
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: '0.27.0'
hooks:
- id: check-github-workflows
args: ['--verbose']
- id: check-renovate

0 comments on commit 682f402

Please sign in to comment.