clan-cli: shell completion for bash, zsh, fish

This commit is contained in:
DavHau
2023-07-21 01:08:11 +02:00
committed by Jörg Thalheim
parent 1e5cce99a9
commit af7e4d7bb9
4 changed files with 37 additions and 12 deletions

View File

@@ -32,6 +32,10 @@ ignore_missing_imports = true
module = "pytest.*"
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "argcomplete.*"
ignore_missing_imports = true
[tool.ruff]
line-length = 88