Skip to content

ci: Move mypy config into pyproject.toml#4181

Merged
antonpirker merged 3 commits into
masterfrom
antonpirker/move-mypy-config-into-pyproject-toml
Mar 21, 2025
Merged

ci: Move mypy config into pyproject.toml#4181
antonpirker merged 3 commits into
masterfrom
antonpirker/move-mypy-config-into-pyproject-toml

Conversation

@antonpirker

@antonpirker antonpirker commented Mar 21, 2025

Copy link
Copy Markdown
Contributor

First step to consolidate configuration into pyproject.toml.

@codecov

codecov Bot commented Mar 21, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.56%. Comparing base (c295047) to head (5d409b0).
Report is 1 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4181      +/-   ##
==========================================
- Coverage   79.58%   79.56%   -0.02%     
==========================================
  Files         141      141              
  Lines       15736    15736              
  Branches     2675     2675              
==========================================
- Hits        12524    12521       -3     
- Misses       2367     2369       +2     
- Partials      845      846       +1     

see 2 files with indirect coverage changes

@antonpirker antonpirker changed the title Move mypy config into pyproject.toml ci: Move mypy config into pyproject.toml Mar 21, 2025
@antonpirker
antonpirker requested a review from a team as a code owner March 21, 2025 09:48

@szokeasaurusrex szokeasaurusrex left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

See comments before merge. Also, if there is an issue associated with this PR, might help to link them for context (I was kinda missing context when reviewing this)

Comment thread pyproject.toml Outdated
Comment thread pyproject.toml
disallow_untyped_decorators = true
disallow_untyped_defs = true
no_implicit_optional = true
python_version = "3.11"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Out of scope for this PR, but perhaps we should bump this?

Co-authored-by: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com>
@antonpirker
antonpirker enabled auto-merge (squash) March 21, 2025 09:59
@antonpirker
antonpirker merged commit 8ad0d01 into master Mar 21, 2025
@antonpirker
antonpirker deleted the antonpirker/move-mypy-config-into-pyproject-toml branch March 21, 2025 10:04
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