File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed
Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 3030 - spelling
3131 - vulture
3232 - vulture-docs
33+ - shellcheck
34+ - shellcheck-docs
3335
3436default_install_hook_types : [pre-commit, pre-push, commit-msg]
3537repos :
@@ -49,11 +51,6 @@ repos:
4951 - id : file-contents-sorter
5052 files : spelling_private_dict\.txt$
5153 - id : trailing-whitespace
52- - repo : https://github.com/shellcheck-py/shellcheck-py
53- rev : v0.10.0.1
54- hooks :
55- - id : shellcheck
56- args : ["--shell", "bash"]
5754- repo : local
5855 hooks :
5956 - id : actionlint
@@ -63,6 +60,19 @@ repos:
6360 pass_filenames : false
6461 types_or : [yaml]
6562
63+ - id : shellcheck
64+ name : shellcheck
65+ entry : shellcheck --shell bash
66+ language : system
67+ pass_filenames : false
68+ types_or : [shell]
69+
70+ - id : shellcheck-docs
71+ name : shellcheck-docs
72+ entry : doccmd --language=shell --language=console --command="shellcheck --shell=bash"
73+ language : system
74+ types_or : [markdown, rst]
75+
6676 - id : mypy
6777 name : mypy
6878 stages : [push]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Installation
88
99 $ pip install vws-python
1010
11- This is tested on Python 3.8 +.
11+ This is tested on Python 3.12 +.
1212Get in touch with ``adamdangoor@gmail.com `` if you would like to use this with another language.
1313
1414Usage
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ Perform a Release
1717 .. code-block :: console
1818 :substitutions:
1919
20- $ gh workflow run release.yml --repo |github-owner|/|github-repository|
20+ $ gh workflow run release.yml --repo " |github-owner|/|github-repository|"
2121
2222 .. _Install GitHub CLI : https://cli.github.com/
You can’t perform that action at this time.
0 commit comments