Skip to content

Remove use of deprecated pydantic functions, and improve tests #275

Remove use of deprecated pydantic functions, and improve tests

Remove use of deprecated pydantic functions, and improve tests #275

Workflow file for this run

name: Black
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: python3 -m pip install poetry
- run: poetry install --with dev
- run: poetry run python -m black . --check