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
!2425
pmb.parse.apkindex: Introduce proper typing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
pmb.parse.apkindex: Introduce proper typing
newbyte/apkindex-fixes
into
master
Overview
3
Commits
6
Pipelines
9
Changes
21
Merged
Newbyte
requested to merge
newbyte/apkindex-fixes
into
master
5 months ago
Overview
3
Commits
6
Pipelines
9
Changes
21
Expand
And adjust other code. See individual commits.
Closes
#2455 (closed)
Edited
5 months ago
by
Newbyte
0
0
Merge request reports
Compare
master
version 8
290417de
5 months ago
version 7
bb563c81
5 months ago
version 6
97005329
5 months ago
version 5
4ca1a8ea
5 months ago
version 4
f9a76f12
5 months ago
version 3
02a62c47
5 months ago
version 2
d346b918
5 months ago
version 1
694e87bf
5 months ago
master (base)
and
latest version
latest version
3bb9953f
6 commits,
5 months ago
version 8
290417de
6 commits,
5 months ago
version 7
bb563c81
6 commits,
5 months ago
version 6
97005329
6 commits,
5 months ago
version 5
4ca1a8ea
6 commits,
5 months ago
version 4
f9a76f12
6 commits,
5 months ago
version 3
02a62c47
7 commits,
5 months ago
version 2
d346b918
6 commits,
5 months ago
version 1
694e87bf
6 commits,
5 months ago
21 files
+
355
−
183
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
21
Search (e.g. *.vue) (Ctrl+P)
.ci/mypy.sh
+
3
−
2
Options
@@ -4,10 +4,11 @@
if
[
"
$(
id
-u
)
"
=
0
]
;
then
set
-x
apk
-q
add py3-argcomplete py3-
mypy
apk
-q
add py3-argcomplete py3-
pip
exec
su
"
${
TESTUSER
:-
build
}
"
-c
"sh -e
$0
"
fi
set
-x
mypy
--color-output
pmbootstrap.py
pip
install
--break-system-packages
--no-warn-script-location
mypy
python
-m
mypy
--color-output
pmbootstrap.py
Loading