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: migrate to ruff code formatter #2230

Merged
merged 5 commits into from Apr 17, 2024
Merged

Conversation

vytas7
Copy link
Member

@vytas7 vytas7 commented Apr 14, 2024

This PR only aims to replace the blue code formatter with ruff (see also the discussion on #2218). I have filed a separate follow-up issue (#2231) to potentially replace other flake8 stuff with ruff as well.

Closes #2218.

@vytas7 vytas7 requested review from CaselIT, kgriffs and nZac April 14, 2024 17:53
Copy link

codecov bot commented Apr 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (33e0bb3) to head (5bb30cc).

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #2230   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        63           
  Lines         6931      6931           
  Branches      1258      1258           
=========================================
  Hits          6931      6931           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

pyproject.toml Outdated Show resolved Hide resolved
CaselIT
CaselIT previously approved these changes Apr 14, 2024
Copy link
Member

@CaselIT CaselIT left a comment

Choose a reason for hiding this comment

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

great minimal changes. left just a couple of comments, but this is fine as is too

README.rst Show resolved Hide resolved
falcon/inspect.py Outdated Show resolved Hide resolved
tests/test_media_multipart.py Outdated Show resolved Hide resolved
Co-authored-by: Federico Caselli <cfederico87@gmail.com>
@vytas7 vytas7 requested a review from CaselIT April 17, 2024 14:18
@vytas7 vytas7 merged commit e619c39 into falconry:master Apr 17, 2024
37 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.

Migrate to another code formatter?
2 participants