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 2adf931 commit 31f00b8Copy full SHA for 31f00b8
1 file changed
‎prek.toml‎
@@ -22,6 +22,16 @@ hooks = [
22
{ id = "tombi-lint" },
23
]
24
25
+[[repos]]
26
+repo = "https://github.com/spore-lang/spore-pre-commit"
27
+rev = "v0.0.2"
28
+hooks = [
29
+ {
30
+ id = "spore-format",
31
+ files = "^(examples/[^/]+\\.sp|src/basic_cli/.*\\.sp)$"
32
+ },
33
+]
34
+
35
[[repos]]
36
repo = "https://github.com/crate-ci/typos"
37
rev = "v1.33.1"
0 commit comments