Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorDaniel Girtler <blackrabbit256@gmail.com>2023-04-22 16:04:36 +1000
committerGitHub <noreply@github.com>2023-04-22 08:04:36 +0200
commit32982b880bd4e76b158442e444c001f8ebd8bb06 (patch)
tree5a826abdc1f799a826ac228de8eca96841f067fd /mypy.ini
parent00b0ae7ba439a5a420095175b3bedd52c569db51 (diff)
Fix import and configuration loading issues (#1764)
* Fix import and configuration loading issues * Fix mypy --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/mypy.ini b/mypy.ini
index 0add1eb1..a08b2d88 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -10,6 +10,5 @@ exclude = (?x)(^archinstall/lib/disk/btrfs/btrfssubvolumeinfo\.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$)
+ | ^archinstall/lib/user_interaction/locale_conf\.py$)
files = archinstall/