Skip to content

Commit 49e404e

Browse files
Revert "Add noqa in testing/test_integration.py"
This reverts commit 6f567e7.
1 parent e04622f commit 49e404e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ repos:
5858
hooks:
5959
- id: mypy
6060
files: ^(src/pytest_html|testing)
61+
additional_dependencies:
62+
- types-setuptools
6163
- repo: local
6264
hooks:
6365
- id: rst

testing/test_integration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# type: ignore
21
import base64
32
import importlib.resources
43
import json

0 commit comments

Comments
 (0)