Commit d3af7d0 1 parent 8e1767a commit d3af7d0 Copy full SHA for d3af7d0
File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,12 @@ explicit_package_bases = True
12
12
13
13
# Disable overload-overlap due to many false-positives
14
14
disable_error_code = overload-overlap
15
+
16
+ # jaraco/jaraco.develop#20
17
+ # Lucretiel/autocommand#38
18
+ [mypy-autocommand.*]
19
+ ignore_missing_imports = True
20
+
21
+ # requests/toolbelt#279
22
+ [mypy-requests_toolbelt.*]
23
+ ignore_missing_imports = True
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ test = [
35
35
" pytest >= 6, != 8.1.*" ,
36
36
37
37
# local
38
- " types-docutils" ,
39
38
]
40
39
41
40
doc = [
@@ -67,11 +66,8 @@ type = [
67
66
" pytest-mypy" ,
68
67
69
68
# local
69
+ " types-docutils" ,
70
70
]
71
71
72
72
73
73
[tool .setuptools_scm ]
74
-
75
-
76
- [tool .pytest-enabler .mypy ]
77
- # Disabled due to jaraco/skeleton#143
You can’t perform that action at this time.
0 commit comments