Skip to content
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

Update contribution guidelines around type annotations #1063

Merged

Conversation

mtreinish
Copy link
Member

Since #1061 has merged rustworkx is now fully typed with mypy. This means that adding type annotations is no longer optional and is now required for all new function. This commit updates the contribution guidelines to indicate type annotations are required now. The details are also updated a bit to provide a bit more detail on what's required when adding type annotations to rustworkx.

Since Qiskit#1061 has merged rustworkx is now fully typed with mypy. This
means that adding type annotations is no longer optional and is now
required for all new function. This commit updates the contribution
guidelines to indicate type annotations are required now. The details
are also updated a bit to provide a bit more detail on what's required
when adding type annotations to rustworkx.
@coveralls
Copy link

coveralls commented Jan 21, 2024

Pull Request Test Coverage Report for Build 7602284307

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.978%

Totals Coverage Status
Change from base Build 7602243385: 0.0%
Covered Lines: 16106
Relevant Lines: 16781

💛 - Coveralls

Copy link
Collaborator

@IvanIsCoding IvanIsCoding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for updating the guide

@IvanIsCoding IvanIsCoding added the automerge Queue a approved PR for merging label Jan 21, 2024
@mergify mergify bot merged commit ddb0cda into Qiskit:main Jan 21, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Queue a approved PR for merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants