From b88ee5bc552b0189df65fc7276ad656e52ea58ae Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 13 Jul 2021 08:27:35 -0300 Subject: [PATCH] Add types-atomicwrites to mypy's pre-commit configuration This is a Windows only dependency, so the problem only shows up when trying to commit on Windows. --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index adf3f9bdc..aebc827e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,6 +59,7 @@ repos: - attrs>=19.2.0 - packaging - tomli + - types-atomicwrites - types-pkg_resources - repo: local hooks: