File tree Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 3333 - pytest
3434 - types-pywin32
3535 - types-gevent
36+
37+ - repo : https://github.com/tox-dev/pyproject-fmt
38+ rev : " 0.4.1"
39+ hooks :
40+ - id : pyproject-fmt
Original file line number Diff line number Diff line change 11def test_function ():
2- import funcmultiplier
2+ import funcmultiplier # type: ignore[import]
Original file line number Diff line number Diff line change 99import sys
1010import threading
1111
12- import servicemanager
13- import win32event
14- import win32evtlogutil
15- import win32service
16- import win32serviceutil
12+ import servicemanager # type: ignore[import]
13+ import win32event # type: ignore[import]
14+ import win32evtlogutil # type: ignore[import]
15+ import win32service # type: ignore[import]
16+ import win32serviceutil # type: ignore[import]
1717
1818from execnet .gateway_base import get_execmodel
1919
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ class XSpec:
3030 vagrant_ssh : str | None = None
3131 via : str | None = None
3232
33+ env : dict [str , str ]
34+
3335 def __init__ (self , string : str ) -> None :
3436 self ._spec = string
3537 self .env = {}
You can’t perform that action at this time.
0 commit comments