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 b6c1483 commit 71807efCopy full SHA for 71807ef
.pre-commit-config.yaml
@@ -0,0 +1,22 @@
1
+repos:
2
+ - repo: https://github.com/psf/black
3
+ rev: 24.2.0
4
+ hooks:
5
+ - id: black
6
+ files: ^(common|example)/.*\.py$
7
+ exclude: .*upstream.*
8
+
9
+ - repo: https://github.com/adrienverge/yamllint
10
+ rev: v1.35.1
11
12
+ - id: yamllint
13
+ files: ^(common|example|hack|tests|\.github)/.*\.ya?ml$
14
15
+ args: [--config-file=.yamllint.yaml]
16
17
+ - repo: https://github.com/shellcheck-py/shellcheck-py
18
+ rev: v0.9.0.6
19
20
+ - id: shellcheck
21
+ files: ^.*\.sh$
22
+ exclude: (^applications/.*|.*upstream.*)
0 commit comments