Skip to content

Commit

Permalink
Enabled namespace_packages in mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Apr 1, 2022
1 parent 70efa2e commit 59b712b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 24 deletions.
54 changes: 31 additions & 23 deletions poetry.lock

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

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ repository = "https://github.com/PyDrocsid/cogs"

[tool.poetry.dependencies]
python = "^3.10"
PyDrocsid = "^2.3.0dev0"
# PyDrocsid = "^2.3.0dev0"
PyDrocsid = {git = "https://github.com/PyDrocsid/library", branch = "mypy"}
SQLAlchemy = "^1.4.32"
aiohttp = "^3.8.1"

Expand Down Expand Up @@ -57,6 +58,7 @@ skip-magic-trailing-comma = true
strict = true
ignore_missing_imports = true
no_incremental = true
namespace_packages = true
plugins = ["sqlalchemy.ext.mypy.plugin"]

[build-system]
Expand Down

0 comments on commit 59b712b

Please sign in to comment.