Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Issue #816 Add MyPy static code analyze step to the pipeline #817

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

Manangka
Copy link
Collaborator

@Manangka Manangka commented Feb 5, 2024

Fixes #816

This commit adds a MyPy build step to the build pipeline.
It will run as part of the regular build as well for the nightly build
Both the mypy_report as the regular mypy commands are called. The first command produces a report that can be displayed in teamcity the same way unit tests are. The second command will also give an output to the build log

  • Links to correct issue
  • Update changelog, if changes affect users
  • PR title starts with Issue #nr, e.g. Issue #737
  • Unit tests were added
  • If feature added: Added/extended example

@Manangka Manangka added this pull request to the merge queue Feb 5, 2024
Merged via the queue into master with commit f141741 Feb 5, 2024
@Manangka Manangka deleted the issue_816_add_mypy branch February 5, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add MyPy step on TeamCity
3 participants