File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -26,3 +26,17 @@ repos:
26
26
rev : ' v0.0.237'
27
27
hooks :
28
28
- id : ruff
29
+ - repo : local
30
+ hooks :
31
+ - id : typos-syncroniz
32
+ name : typos-syncroniz
33
+ language : system
34
+ # Not how you spell "synchronise"
35
+ entry : sh -c "git grep -i syncroniz"
36
+ files : " .*/.*"
37
+ - id : typos-text-icalendar
38
+ name : typos-text-icalendar
39
+ language : system
40
+ # It's "text/calendar", no "i".
41
+ entry : sh -c "git grep -i 'text/icalendar'"
42
+ files : " .*/.*"
Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ ci-test-storage:
42
42
43
43
style :
44
44
pre-commit run --all
45
- ! git grep -i syncroniz * /*
46
- ! git grep -i ' text/icalendar' * /*
47
45
sphinx-build -W -b html ./docs/ ./docs/_build/html/
48
46
49
47
install-docs :
You can’t perform that action at this time.
0 commit comments