Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmbootstrap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmbootstrap
Merge requests
!2464
Add lots of type hints, fix some bugs, and clean up some code
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add lots of type hints, fix some bugs, and clean up some code
newbyte/more-mypy
into
master
Overview
2
Commits
23
Pipelines
5
Changes
73
Merged
Newbyte
requested to merge
newbyte/more-mypy
into
master
5 months ago
Overview
2
Commits
23
Pipelines
5
Changes
73
Expand
I may have gone a bit overboard. See individual commits.
0
0
Merge request reports
Compare
master
version 4
04188dce
4 months ago
version 3
8c34f726
4 months ago
version 2
4ad0a809
5 months ago
version 1
53958542
5 months ago
master (base)
and
latest version
latest version
511d4900
23 commits,
4 months ago
version 4
04188dce
23 commits,
4 months ago
version 3
8c34f726
23 commits,
4 months ago
version 2
4ad0a809
22 commits,
5 months ago
version 1
53958542
22 commits,
5 months ago
73 files
+
689
−
413
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
73
Search (e.g. *.vue) (Ctrl+P)
.ci/mypy.sh
+
1
−
1
Options
@@ -11,4 +11,4 @@ fi
set
-x
pip
install
--break-system-packages
--no-warn-script-location
mypy
python
-m
mypy
--color-output
--check-untyped-defs
pmbootstrap.py
python
-m
mypy pmbootstrap.py
Loading