mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-07-25 14:24:31 +00:00
chore: streamline CI linting steps and update changelog with recent changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user