Conversation
ruff check and ruff formatruff check and ruff format github action
|
I'm not convinced that @corona10: Do you have an opinion on this change? |
|
@vstinner Thank you for taking a look. It's customizable. We can figure out a set of Some background here: I was thinking about plugging in profiling.sampling over the holidays (the idea was to run all the I can remove the |
.github/workflows/build.yml
Outdated
|
|
||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/checkout@v6 |
There was a problem hiding this comment.
You should write a separated PR for these changes and the .github/dependabot.yml change.
I don't have a preference for the formatting tool, but prefer to lean towards matching the same tool with pyperformance as much as possible. |
faaf56c to
3cf973b
Compare
This is very similar to what was done in pyperformance:
ruff checkis used since #184, and it's clean:The PR also adds pre-commit via prek.