Skip to content

Delete mypy settings from pyproject.toml#87

Merged
gerlero merged 1 commit intomainfrom
pyproject
Sep 21, 2025
Merged

Delete mypy settings from pyproject.toml#87
gerlero merged 1 commit intomainfrom
pyproject

Conversation

@gerlero
Copy link
Copy Markdown
Owner

@gerlero gerlero commented Sep 21, 2025

Removed mypy configuration from pyproject.toml

Removed mypy configuration from pyproject.toml
@gerlero gerlero requested a review from Copilot September 21, 2025 14:22
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 mypy type checking configuration from the project's pyproject.toml file, eliminating static type checking setup for the multicollections and tests packages.

  • Removes the entire [tool.mypy] configuration section
  • Eliminates mypy's strict mode and explicit-override error code settings
  • Removes package specifications for multicollections and tests directories

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (fcd1695) to head (e0c5b39).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #87   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          352       352           
=========================================
  Hits           352       352           

☔ 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.

@gerlero gerlero merged commit 0e9f5f0 into main Sep 21, 2025
12 checks passed
@gerlero gerlero deleted the pyproject branch September 21, 2025 19:00
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.

3 participants