Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
new file mode 100644
index 00000000..0add1eb1
--- /dev/null
+++ b/mypy.ini
@@ -0,0 +1,15 @@
+[mypy]
+python_version = 3.10
+follow_imports = silent
+exclude = (?x)(^archinstall/lib/disk/btrfs/btrfssubvolumeinfo\.py$
+ | ^archinstall/lib/general\.py$
+ | ^archinstall/lib/hardware\.py$
+ | ^archinstall/lib/menu/menu\.py$
+ | ^archinstall/lib/mirrors\.py$
+ | ^archinstall/lib/plugins\.py$
+ | ^archinstall/lib/installer\.py$
+ | ^archinstall/lib/systemd\.py$
+ | ^archinstall/lib/user_interaction/general_conf\.py$
+ | ^archinstall/lib/user_interaction/locale_conf\.py$
+ | ^archinstall/default_profiles/custom\.py$)
+files = archinstall/