Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update abatilo/actions-poetry action to v2.4.0 #89

Open
wants to merge 9 commits into
base: alpha
Choose a base branch
from
Prev Previous commit
Next Next commit
ci: update mypy
  • Loading branch information
Kl0ven committed Jun 18, 2023
commit a2a90c44b7d2e25d59eb64f47388e0f884ae62e2
82 changes: 41 additions & 41 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -57,8 +57,8 @@ sphinx-rtd-theme = "^1.2.0"
m2r2 = "^0.3"
mistune = "0.8.4"
sphinx-nested-apidoc = "^1.2.2"
mypy = "^1.0.0"
django-stubs = { extras = ["compatible-mypy"], version = "^1.14.0" }
mypy = "^1.3"
django-stubs = { extras = ["compatible-mypy"], version = "^4.2" }

# see https://github.com/klen/pylama/issues/232
pydocstyle = "6.1.1"