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.
2 parents d834a23 + c4f4502 commit e7bb23cCopy full SHA for e7bb23c
pyproject.toml
@@ -59,7 +59,7 @@ test = [
59
"requests-mock"
60
]
61
check = [
62
- "mypy==1.8.0",
+ "mypy==1.14.1",
63
"pytest", # for the pytest plugin
64
"bandit",
65
"pip-audit",
src/e3/os/windows/native_api.py
@@ -306,7 +306,7 @@ class Internal(Structure):
306
class_id = 6
307
308
class Rename(Structure):
309
- _fields_ = [] # type: list
+ _fields_ = []
310
class_id = 10
311
312
class Basic(Structure):
@@ -336,7 +336,7 @@ class ObjectInfo:
336
"""Declaration of structures returned by QueryObjectInformation."""
337
338
class Name(Structure):
339
- _fields_: list = []
340
class_id = 1
341
342
0 commit comments