File tree Expand file tree Collapse file tree 6 files changed +0
-467
lines changed
Expand file tree Collapse file tree 6 files changed +0
-467
lines changed Original file line number Diff line number Diff line change 5050 task :
5151 PATH=${PATH}:/github/home/.local/bin PYTHONPATH=./src
5252 make -f Makefile fmt-ci
53- - dependencies : shfmt
54- task : make -f Makefile fmt-shell-ci
5553 runs-on : ubuntu-latest
5654 container : fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
5755 steps :
Original file line number Diff line number Diff line change @@ -65,14 +65,6 @@ fmt-ci:
6565 isort --diff --check-only ${ISORT_MODULES}
6666 black ./bin/stratis . --check
6767
68- .PHONY : fmt-shell
69- fmt-shell :
70- shfmt -l -w shell-completion/bash/stratis
71-
72- .PHONY : fmt-shell-ci
73- fmt-shell-ci :
74- shfmt -d shell-completion/bash/stratis
75-
7668.PHONY : check-typos
7769check-typos :
7870 typos
Original file line number Diff line number Diff line change @@ -79,11 +79,3 @@ Python Coding Style
7979-------------------
8080``stratis `` conforms to PEP-8 style guidelines as enforced by the ``black ``
8181formatting tool.
82-
83- Tab Completion
84- --------------
85- From time to time, our external contributors have added support for
86- tab-completion in a variety of different shells. The files are included in the
87- stratis-cli GitHub release, but they are not supported by the Stratis project.
88- We welcome further contributions to these files and will continue to include
89- them for as long as they seem useful to our users.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments