Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LSO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
LSO
Commits
1fd5dd93
Commit
1fd5dd93
authored
1 year ago
by
Karel van Klink
Browse files
Options
Downloads
Patches
Plain Diff
increased specificity of mypy ignore statements
parent
474f4537
No related branches found
No related tags found
1 merge request
!48
increased specificity of mypy ignore statements
Pipeline
#84145
canceled
1 year ago
Stage: tox
Stage: documentation
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lso/routes/default.py
+2
-2
2 additions, 2 deletions
lso/routes/default.py
with
2 additions
and
2 deletions
lso/routes/default.py
+
2
−
2
View file @
1fd5dd93
...
...
@@ -16,8 +16,8 @@ router = APIRouter()
class
Version
(
BaseModel
):
"""
Simple model for returning a version number of both the API and the `goat-lso` module.
"""
api
:
VERSION_STRING
# type: ignore
module
:
VERSION_STRING
# type: ignore
api
:
VERSION_STRING
# type: ignore
[valid-type]
module
:
VERSION_STRING
# type: ignore
[valid-type]
@router.get
(
"
/version
"
)
...
...
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