Skip to content

Use ruff's AST parser #615

Merged
fpgmaas merged 10 commits intomainfrom
feature/ruff-parser
Mar 19, 2024
Merged

Use ruff's AST parser #615
fpgmaas merged 10 commits intomainfrom
feature/ruff-parser

Conversation

@fpgmaas
Copy link
Owner

@fpgmaas fpgmaas commented Mar 16, 2024

PR Checklist

  • A description of the changes is added to the description of this PR.
  • If there is a related issue, make sure it is linked to this PR.
  • If you've fixed a bug or added code that should be tested, add tests!
  • Documentation in docs is updated

Description of changes

Switch to using ruff's parser, as proposed in #611

@fpgmaas fpgmaas marked this pull request as draft March 16, 2024 22:24
@codecov
Copy link

codecov bot commented Mar 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.3%. Comparing base (446d836) to head (ddaa92f).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #615   +/-   ##
=====================================
  Coverage   90.3%   90.3%           
=====================================
  Files         33      33           
  Lines        964     964           
  Branches     188     188           
=====================================
  Hits         871     871           
  Misses        79      79           
  Partials      14      14           

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

@fpgmaas fpgmaas marked this pull request as ready for review March 19, 2024 07:04
@fpgmaas fpgmaas requested a review from mkniewallner March 19, 2024 07:12
@fpgmaas fpgmaas linked an issue Mar 19, 2024 that may be closed by this pull request
@fpgmaas fpgmaas added this to the 0.15 milestone Mar 19, 2024
@fpgmaas fpgmaas changed the title Use ruff parser Use ruff's AST parser Mar 19, 2024
Copy link
Collaborator

@mkniewallner mkniewallner left a comment

Choose a reason for hiding this comment

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

Yay!

@fpgmaas fpgmaas merged commit 1c9b0e9 into main Mar 19, 2024
@fpgmaas fpgmaas deleted the feature/ruff-parser branch March 19, 2024 08:21
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.

Support for Python 3.12-style f-strings

2 participants