Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pycode-quality
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
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
CDOS-Pub
pycode-quality
Merge requests
!6
Fix mypy install stubs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix mypy install stubs
v0.1.5
into
main
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Pablo Boizeau
requested to merge
v0.1.5
into
main
2 months ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
7de13920
1 commit,
2 months ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab/ci/static-analysis.yml
+
1
−
1
Options
@@ -25,7 +25,7 @@ mypy:
extends
:
.static_analysis_with_pip_install
script
:
-
pip install mypy
-
mypy --install-types --cache-dir=/tmp/.mypy_cache/ .
-
mypy --install-types --cache-dir=/tmp/.mypy_cache/
--non-interactive
.
pylint
:
extends
:
.static_analysis_with_pip_install
Loading