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 #2115

Merged
merged 4 commits into from Apr 1, 2023
Merged

chore: move configurations to pyproject.toml #2115

merged 4 commits into from Apr 1, 2023

Conversation

SauravMaheshkar
Copy link
Contributor

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

pyproject.toml Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Apr 1, 2023

Codecov Report

Merging #2115 (7d1a499) into main (c59f28d) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2115   +/-   ##
=======================================
  Coverage   99.22%   99.22%           
=======================================
  Files          38       38           
  Lines        3087     3087           
  Branches      747      747           
=======================================
  Hits         3063     3063           
  Misses         14       14           
  Partials       10       10           

pyproject.toml Outdated Show resolved Hide resolved
@staticdev
Copy link
Collaborator

Thanks @SauravMaheshkar

@staticdev staticdev merged commit 76a71b1 into PyCQA:main Apr 1, 2023
18 checks passed
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.

None yet

2 participants