chore: streamline CI linting steps and update changelog with recent changes

This commit is contained in:
bohd4nx
2026-03-20 20:25:35 +02:00
parent 75cbe52507
commit 9660e4858f
2 changed files with 18 additions and 5 deletions
+1 -5
View File
@@ -24,11 +24,7 @@ jobs:
- run: uv pip install --system ".[dev]"
- run: ruff check .
- run: black --check . --target-version py312
- run: mypy pyfragment
- run: ruff check . && black --check . --target-version py312 && mypy pyfragment
test:
name: Tests