Marco Ricci commited on 2024-07-22 13:39:05
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
This was already done earlier, but the configuration was not yet committed.
... | ... |
@@ -42,7 +42,7 @@ Source = "https://github.com/the-13th-letter/derivepassphrase" |
42 | 42 |
derivepassphrase = "derivepassphrase.cli:derivepassphrase" |
43 | 43 |
|
44 | 44 |
[tool.mypy] |
45 |
-files = ['src/**/*.py'] |
|
45 |
+files = ['src/**/*.py', 'tests/**/*.py'] |
|
46 | 46 |
mypy_path = '$MYPY_CONFIG_FILE_DIR/src' |
47 | 47 |
explicit_package_bases = true |
48 | 48 |
implicit_reexport = false |
49 | 49 |