Skip to content

Commit

Permalink
Add more linters to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 27, 2024
1 parent 1c81f9c commit ca26e15
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-merge-conflict
- id: check-json
- id: check-yaml
- id: end-of-file-fixer
- id: forbid-submodules
- id: trailing-whitespace

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
hooks:
- id: check-github-workflows


- repo: meta
hooks:
- id: check-hooks-apply
- id: check-useless-excludes
ci:
autoupdate_schedule: quarterly

0 comments on commit ca26e15

Please sign in to comment.