Skip to content
Snippets Groups Projects
Commit ceb91945 authored by Krzysztof Mochocki's avatar Krzysztof Mochocki Committed by Mateusz Żebrak
Browse files

Add codespell

parent 705bf9b8
No related branches found
No related tags found
3 merge requests!186V1.27.5.0 release,!174RELEASE: 1,!145Add codespell to pre-commit
......@@ -35,3 +35,7 @@ repos:
entry: mypy
language: system
types: [ python ]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
hooks:
- id: codespell
......@@ -42,7 +42,8 @@ class Onboarding(Form[ProfileData]):
def create_welcome_screen(self) -> ScreenBuilder[ProfileData]:
return lambda owner: OnboardingWelcomeScreen(
owner,
"Let's start onboarding!\nIn any moment you can press the `[blue]?[/]` button to see the help page.",
"""Let's start onboarding!
In any moment you can press the `[blue]?[/]` button to see the help page.""",
)
def create_finish_screen(self) -> ScreenBuilder[ProfileData]:
......
......@@ -8,7 +8,7 @@ source "$SCRIPTPATH/common.sh"
log_exec_params "$@"
# Script reponsible for starting a docker container built for image specified at command line.
# Script responsible for starting a docker container built for image specified at command line.
print_help () {
echo "Usage: $0 <docker_img> [OPTION[=VALUE]]... [<hived_option>]..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment