Skip to content

Refactor serializers #21

Refactor serializers

Refactor serializers #21

Workflow file for this run

name: Lint with Black
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install black
- run: black --check .