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.
This commit is contained in:
Bruno Oliveira 2021-07-13 08:27:35 -03:00
parent d0bd269b87
commit b88ee5bc55
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ repos:
- attrs>=19.2.0
- packaging
- tomli
- types-atomicwrites
- types-pkg_resources
- repo: local
hooks: