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

Black config added to pyproject.toml #715

Merged
merged 1 commit into from
Apr 13, 2023
Merged

Black config added to pyproject.toml #715

merged 1 commit into from
Apr 13, 2023

Conversation

devanshshukla99
Copy link
Contributor

@devanshshukla99 devanshshukla99 commented Apr 6, 2023

As of now, the line-length argument is provided to black every time. However, this PR improves the workflow by adding the configuration to the pyproject.toml file.

This PR also adds following extend-ignore arguments to flake8 as suggested by black documentation -- black with other tools

Not sure if this is worth a changelog entry, but do let me know

@codecov
Copy link

codecov bot commented Apr 6, 2023

Codecov Report

Merging #715 (ae16533) into main (fb98a57) will not change coverage.
The diff coverage is n/a.

❗ Current head ae16533 differs from pull request most recent head b937044. Consider uploading reports for the commit b937044 to get more accurate results

@@           Coverage Diff           @@
##             main     #715   +/-   ##
=======================================
  Coverage   97.21%   97.21%           
=======================================
  Files          42       42           
  Lines        7797     7797           
=======================================
  Hits         7580     7580           
  Misses        217      217           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@devanshshukla99 devanshshukla99 marked this pull request as ready for review April 6, 2023 19:16
Copy link
Member

@matteobachetti matteobachetti left a comment

Choose a reason for hiding this comment

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

Thanks @devanshshukla99 ! You just need to add a changelog snippet in towncrier format, and we're all set!

@matteobachetti matteobachetti added this pull request to the merge queue Apr 13, 2023
@matteobachetti
Copy link
Member

Thanks @devanshshukla99 !

Merged via the queue into StingraySoftware:main with commit 43a86cc Apr 13, 2023
@devanshshukla99 devanshshukla99 deleted the codestyle branch April 13, 2023 09:16
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