Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
poezio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
178
Issues
178
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poezio
poezio
Commits
842d71ab
Commit
842d71ab
authored
Jan 29, 2022
by
mathieui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: fix mypy job setup
parent
9cc861ee
Pipeline
#4197
passed with stages
in 6 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-2
No files found.
.gitlab-ci.yml
View file @
842d71ab
...
...
@@ -106,7 +106,6 @@ mypy:
stage
:
lint
image
:
python:3
script
:
-
pip3 install mypy
-
pip install "typed_ast>=1.4.0,<1.5.0" types-pkg_resources
-
pip3 install mypy types-setuptools
-
mypy --ignore-missing-imports ./poezio
-
mypy --ignore-missing-imports ./plugins
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment