Skip to content

Commit

Permalink
feat(all): upgrade pydantic, black, mypy and isort
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPascoli committed Feb 6, 2025
1 parent 696af4b commit 5664bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: psf/black@stable
with:
# Version of Black should match the versions set in `requirements-dev.txt`
version: "~=23.7.0"
version: "~=25.1.0"
options: --check --diff
- name: Check Typing (mypy)
#continue-on-error: true
Expand Down

0 comments on commit 5664bba

Please sign in to comment.