Add linting with Black

This commit is contained in:
Harry Reeder
2025-06-26 10:46:14 +01:00
parent 48f4745047
commit e55a3da1bc
3 changed files with 125 additions and 0 deletions

12
.github/workflows/test.yaml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Testing
on: [push, pull_request]
jobs:
lint-black:
name: Lint with Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- run: uv run black --check src/