We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea20f3b commit 838fd32Copy full SHA for 838fd32
.pre-commit-config.yaml
@@ -0,0 +1,11 @@
1
+repos:
2
+ - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v4.3.0
4
+ hooks:
5
+ - id: trailing-whitespace
6
+ - id: end-of-file-fixer
7
+ - id: check-yaml
8
+ - repo: https://github.com/python-jsonschema/check-jsonschema
9
+ rev: 0.21.0
10
11
+ - id: check-github-workflows
0 commit comments