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 Oct 25, 2024
1 parent 17408d9 commit 0fec5b7
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 @@ -78,12 +78,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 0fec5b7

Please sign in to comment.