Skip to content

Commit

Permalink
chore: Remove argcomplete exception
Browse files Browse the repository at this point in the history
argcomplete has mypy support now.
  • Loading branch information
rumpelsepp committed Nov 19, 2024
1 parent 3cee08c commit 14416bc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ plugins = [
"pydantic.mypy"
]

[[tool.mypy.overrides]]
module = [
"argcomplete",
]
ignore_missing_imports = true

[tool.ruff]
target-version = "py311"
line-length = 100
Expand Down

0 comments on commit 14416bc

Please sign in to comment.