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
1
Merged
Newbyte
requested to merge
newbyte/more-mypy
into
master
5 months ago
Overview
2
Commits
23
Pipelines
5
Changes
1
Expand
I may have gone a bit overboard. See individual commits.
0
0
Merge request reports
Viewing commit
f24b6e7c
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Unverified
f24b6e7c
pyproject.toml: Set disallow_incomplete_defs = true (MR 2464)
· f24b6e7c
Newbyte
authored
5 months ago
We pass this check now.
pyproject.toml
+
1
−
0
Options
@@ -52,3 +52,4 @@ addopts = [
[tool.mypy]
check_untyped_defs
=
true
disallow_incomplete_defs
=
true
Loading