select-shell: Fix breakage with previous shell.nix change

This commit is contained in:
Qubasa
2024-03-25 00:32:03 +01:00
parent 8dd6dc79cf
commit 240af17c2f
8 changed files with 32 additions and 20 deletions

View File

@@ -30,6 +30,10 @@ disallow_untyped_calls = true
disallow_untyped_defs = true
no_implicit_optional = true
[[tool.mypy.overrides]]
module = "clan_cli.*"
ignore_missing_imports = true
[tool.ruff]
target-version = "py311"
line-length = 88