Switch to using ruff for formatting as well as linting

This commit is contained in:
Mike Auty
2026-03-08 20:48:02 +00:00
parent 98e2f7a1f5
commit 013921e787
21 changed files with 67 additions and 82 deletions
+3 -1
View File
@@ -4,7 +4,7 @@ name: Ruff
on: [push, pull_request]
jobs:
lint:
lint-and-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@ -13,3 +13,5 @@ jobs:
with:
args: check
src: "."
- run: "ruff format --check --diff"