Skip to content

Conversation

@amotl
Copy link
Member

@amotl amotl commented Oct 30, 2024

About

A little followup to GH-25, effectively activating the Ruff linter on CI, after formatting the code using poe format, and applying a few manual adjustments.

@cla-bot cla-bot bot added the cla-signed label Oct 30, 2024
@amotl amotl requested a review from simonprickett October 30, 2024 19:31
@amotl amotl marked this pull request as ready for review October 30, 2024 19:31
Comment on lines 57 to +58
- name: Run linters and software tests
run: poe test
run: poe check
Copy link
Member Author

@amotl amotl Oct 30, 2024

Choose a reason for hiding this comment

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

NB/FYI: poe check invokes both poe lint and poe test, in this order. That verifies that the code is always in the right shape, and will never include obstacles, mostly introduced by accidents, for example stray print statements or such.

@simonprickett simonprickett merged commit 9bf1699 into main Oct 31, 2024
2 checks passed
@simonprickett simonprickett deleted the format branch October 31, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants