Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clive
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
clive
Commits
ceb91945
Commit
ceb91945
authored
1 year ago
by
Krzysztof Mochocki
Committed by
Mateusz Żebrak
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Add codespell
parent
705bf9b8
No related branches found
No related tags found
3 merge requests
!186
V1.27.5.0 release
,
!174
RELEASE: 1
,
!145
Add codespell to pre-commit
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.pre-commit-config.yaml
+4
-0
4 additions, 0 deletions
.pre-commit-config.yaml
clive/__private/ui/onboarding/onboarding.py
+2
-1
2 additions, 1 deletion
clive/__private/ui/onboarding/onboarding.py
scripts/run_instance.sh
+1
-1
1 addition, 1 deletion
scripts/run_instance.sh
with
7 additions
and
2 deletions
.pre-commit-config.yaml
+
4
−
0
View file @
ceb91945
...
...
@@ -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
This diff is collapsed.
Click to expand it.
clive/__private/ui/onboarding/onboarding.py
+
2
−
1
View file @
ceb91945
...
...
@@ -42,7 +42,8 @@ class Onboarding(Form[ProfileData]):
def
create_welcome_screen
(
self
)
->
ScreenBuilder
[
ProfileData
]:
return
lambda
owner
:
OnboardingWelcomeScreen
(
owner
,
"
Let
'
s start onboarding!
\n
In 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
]:
...
...
This diff is collapsed.
Click to expand it.
scripts/run_instance.sh
+
1
−
1
View file @
ceb91945
...
...
@@ -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 re
s
ponsible for starting a docker container built for image specified at command line.
print_help
()
{
echo
"Usage:
$0
<docker_img> [OPTION[=VALUE]]... [<hived_option>]..."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment