Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eta
gajim
Commits
637b373a
Commit
637b373a
authored
6 years ago
by
Philipp Hörist
Browse files
Options
Downloads
Patches
Plain Diff
Update CI
- Run mypy on the full gajim folder
parent
9bbc2ece
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
scripts/dev/pre-push-tests.sh
+1
-1
1 addition, 1 deletion
scripts/dev/pre-push-tests.sh
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
637b373a
...
...
@@ -14,7 +14,7 @@ run-test:
run-mypy
:
stage
:
test
script
:
-
mypy
-p
gajim
.common.modules --follow-imports=skip
-
mypy gajim
run-pylint
:
stage
:
test
...
...
This diff is collapsed.
Click to expand it.
scripts/dev/pre-push-tests.sh
+
1
−
1
View file @
637b373a
mypy
-p
gajim
.common.modules
--follow-imports
=
skip
mypy gajim
pylint
--jobs
=
2
--disable
=
C0103,C0302,C0330,C0411,C0412,C0413,E0203,E0401,E0611,E0710,E0712,E1101,E1102,E1128,E1133,E1136,R0201,R0901,R0904,R0913,R0916,R1702,R1706,R1711,R1716,W0143,W0201,W0212,W0221,W0223,W0311,W0401,W0603,W0613,W0614 gajim
# C0103 invalid-name
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment