We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04622f commit 49e404eCopy full SHA for 49e404e
.pre-commit-config.yaml
@@ -58,6 +58,8 @@ repos:
58
hooks:
59
- id: mypy
60
files: ^(src/pytest_html|testing)
61
+ additional_dependencies:
62
+ - types-setuptools
63
- repo: local
64
65
- id: rst
testing/test_integration.py
@@ -1,4 +1,3 @@
1
-# type: ignore
2
import base64
3
import importlib.resources
4
import json
0 commit comments