]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: have a scrap directory where to put work scripts light on myoy
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 13 Sep 2025 13:54:11 +0000 (15:54 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 16 Sep 2025 00:08:13 +0000 (02:08 +0200)
.gitignore
pyproject.toml

index 9ab9d69338c056d51693d4aec97676b2e821a3cd..92910757b216423d5f9f5c90f68cbc61998b38ce 100644 (file)
@@ -17,3 +17,4 @@ htmlcov
 dist/
 wheelhouse/
 build/
+scrap/
index f8600296b8edc8b9166f11cc9e61eaae0cc99710..51b30efbe44879149eb24550325867d1d2840f15 100644 (file)
@@ -51,7 +51,10 @@ module = [
 ignore_missing_imports = true
 
 [[tool.mypy.overrides]]
-module = "tests.*"
+module = [
+    "tests.*",
+    "scrap.*",
+]
 check_untyped_defs = true
 disallow_untyped_defs = false
 disallow_untyped_calls = false