Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
test-tools
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
Show more breadcrumbs
hive
test-tools
Merge requests
!252
Update to Ubuntu24.04
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update to Ubuntu24.04
bw_ubuntu24.04_update
into
master
Overview
0
Commits
10
Pipelines
14
Changes
1
Merged
Bartek Wrona
requested to merge
bw_ubuntu24.04_update
into
master
3 weeks ago
Overview
0
Commits
10
Pipelines
14
Changes
1
Expand
Requires:
common-ci-configuration!77 (merged)
wax!291 (merged)
0
0
Merge request reports
Viewing commit
f8dfaf85
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f8dfaf85
Temporary added options to ignore mypy erorrs on thinsg to be fixed soon
· f8dfaf85
Bartek Wrona
authored
3 weeks ago
.pre-commit-config.yaml
+
1
−
0
Options
@@ -33,5 +33,6 @@ repos:
-
id
:
mypy
name
:
type check with mypy
entry
:
mypy
args
:
[
"
--allow-any-generic"
,
"
--ignore-missing-imports"
]
language
:
system
types
:
[
python
]
Loading