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

chore: move configurations to pyproject.toml #3632

Closed
wants to merge 10 commits into from
Closed

chore: move configurations to pyproject.toml #3632

wants to merge 10 commits into from

Conversation

SauravMaheshkar
Copy link

Description

This PR aims to minimize the number of configuration files for the project. Instead of a separate .coveragerc and mypy.ini, we now would have all the configurations within the pyproject.toml file leading to a overall minimal code structure.

Checklist

  • Add an entry in CHANGES.md if necessary? (skip news ??)
  • Add / update tests if necessary?
  • Add new / update outdated documentation?

@JelleZijlstra JelleZijlstra added the skip news Pull requests that don't need a changelog entry. label Mar 30, 2023
pyproject.toml Outdated Show resolved Hide resolved
@SauravMaheshkar
Copy link
Author

@JelleZijlstra Request for Review

@JelleZijlstra JelleZijlstra requested review from JelleZijlstra and removed request for Secrus May 15, 2023 21:55
Copy link
Collaborator

@cooperlees cooperlees left a comment

Choose a reason for hiding this comment

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

Seems we need:

  • toml support for coverage
  • mypy is very unhappy now showing lots of type errors
    • Haven't looked - but are these valid or problem with getting it's settings from the toml?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news Pull requests that don't need a changelog entry.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants