summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2022-05-29 12:32:32 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2022-05-29 12:33:32 +0200
commit6e46ba490ab48715d4a76d6d614cd7d0703233bb (patch)
tree8229840cc12ab4f4ba2b8af6c5154fe9292f8940 /.pre-commit-config.yaml
parentffb409bc18bc0978d57834168efd5a68dee9d55e (diff)
downloadsetuptools-scm-6e46ba490ab48715d4a76d6d614cd7d0703233bb.tar.gz
add importlib_metadata for mypy pre-commit hook
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b961f35..f09daa0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -41,3 +41,4 @@ repos:
- types-setuptools
- tokenize-rt==3.2.0
- pytest == 7.1
+ - importlib_metadata