From 8aba1fa1105bbee638feb7e084460f5f3c69faf5 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Thu, 17 Jun 2021 03:39:11 -0300 Subject: [PATCH] mypy: add mypy --- config.yaml | 4 ++++ dotfiles/mypy | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 dotfiles/mypy diff --git a/config.yaml b/config.yaml index 089c066..87a4ed4 100644 --- a/config.yaml +++ b/config.yaml @@ -403,6 +403,10 @@ dotfiles: # Just a bunch of paths and action mappings src: clang-format dst: ~/.clang-format + mypy: + src: mypy + dst: ~/.config/mypy/config + gpg-agent: src: gpg-agent.conf dst: ~/.gnupg/gpg-agent.conf diff --git a/dotfiles/mypy b/dotfiles/mypy new file mode 100644 index 0000000..976ba02 --- /dev/null +++ b/dotfiles/mypy @@ -0,0 +1,2 @@ +[mypy] +ignore_missing_imports = True