Skip to content

Commit

Permalink
Upgrade to Pydantic v2 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljodal committed Jul 18, 2023
1 parent 7a14fde commit 15b970d
Show file tree
Hide file tree
Showing 13 changed files with 491 additions and 692 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- black --check .
- flake8 .
- mypy .
python_version: ["3.10"]
python_version: ["3.10", "3.11"]

steps:
- name: Checkout
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Run linter
run: |
poetry run ${{ matrix.check }}
poetry run ${{ matrix.check }}
Loading

0 comments on commit 15b970d

Please sign in to comment.