Skip to content

Commit

Permalink
Add minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed Feb 13, 2024
1 parent 3724821 commit 2b82c49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Framework :: AnyIO",
"Framework :: FastAPI",
"Framework :: Starlette",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
Expand Down Expand Up @@ -89,7 +90,8 @@ packages = ["debug_toolbar"]
[tool.hatch.version]
path = "debug_toolbar/__init__.py"

[tool.mypy]
[[tool.mypy.overrides]]
module = ["sqlparse"]
ignore_missing_imports = true

[tool.ruff.lint]
Expand Down

0 comments on commit 2b82c49

Please sign in to comment.