Commit 748e2df 1 parent e09cf60 commit 748e2df Copy full SHA for 748e2df
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 @@ -13,3 +13,12 @@ explicit_package_bases = True
13
13
disable_error_code =
14
14
# Disable due to many false positives
15
15
overload-overlap,
16
+
17
+ # jaraco/jaraco.develop#20
18
+ # Lucretiel/autocommand#38
19
+ [mypy-autocommand.*]
20
+ ignore_missing_imports = True
21
+
22
+ # requests/toolbelt#279
23
+ [mypy-requests_toolbelt.*]
24
+ 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