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

MAINT: migrate tool settings to pyproject.toml #1666

Merged
merged 8 commits into from
Nov 30, 2022
Merged

Conversation

jorgepiloto
Copy link
Member

@jorgepiloto jorgepiloto commented Nov 30, 2022

Fix #1104 by:

  • Declaring pytest.ini inside pyproject.toml.
  • Declaring .coveragerc inside pyproject.toml.
  • Declaring .pre-commit-config.yaml tools configuration inside pyproject.toml.

It also extended the style to files within tests and documentation folder.

@github-actions github-actions bot added Dependencies Maintenance General maintenance of the repo (libraries, cicd, etc) labels Nov 30, 2022
@github-actions
Copy link
Contributor

Please add one of the following labels to add this contribution to the Release Notes 👇

@codecov
Copy link

codecov bot commented Nov 30, 2022

Codecov Report

Merging #1666 (9f8aafb) into main (e53d3d8) will decrease coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1666      +/-   ##
==========================================
- Coverage   81.27%   81.20%   -0.07%     
==========================================
  Files          45       45              
  Lines        7465     7466       +1     
==========================================
- Hits         6067     6063       -4     
- Misses       1398     1403       +5     

@jorgepiloto jorgepiloto marked this pull request as ready for review November 30, 2022 14:37
Copy link
Collaborator

@germa89 germa89 left a comment

Choose a reason for hiding this comment

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

LGTM!

@germa89 germa89 enabled auto-merge (squash) November 30, 2022 18:28
@germa89 germa89 merged commit 47d6f61 into main Nov 30, 2022
@germa89 germa89 deleted the maint/pyproject-settings branch November 30, 2022 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Maintenance General maintenance of the repo (libraries, cicd, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate code style config to pyproject.toml
2 participants