Skip to content

PTHMINT-44: Remove code ANN102 from ruff ignore#15

Merged
zulquer merged 1 commit into
masterfrom
PTHMINT-44
May 6, 2025
Merged

PTHMINT-44: Remove code ANN102 from ruff ignore#15
zulquer merged 1 commit into
masterfrom
PTHMINT-44

Conversation

@zulquer
Copy link
Copy Markdown
Collaborator

@zulquer zulquer commented May 6, 2025

This pull request includes a minor update to the pyproject.toml configuration file. The change removes the rule ANN102 (missing type annotation for cls) from the ignore list, indicating that this rule will now be enforced.

@zulquer zulquer requested a review from Copilot May 6, 2025 14:57
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes the "ANN102" rule from the ruff ignore list in the pyproject.toml configuration file to enforce type annotations for the "cls" parameter.

  • Removed "ANN102" from the ignore list
  • Enforces type annotation checks for "cls"

@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.76%. Comparing base (48a9960) to head (7a442fc).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #15   +/-   ##
=======================================
  Coverage   90.76%   90.76%           
=======================================
  Files         106      106           
  Lines        2306     2306           
=======================================
  Hits         2093     2093           
  Misses        213      213           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@zulquer zulquer merged commit 17ee68b into master May 6, 2025
7 checks passed
@zulquer zulquer deleted the PTHMINT-44 branch May 6, 2025 15:05
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.

2 participants