Skip to content

Commit e7bb23c

Browse files
committed
Merge branch 'mr/ferrara/bump_black_flake8_mypy-28717' into 'master'
Bump Flake8, Black, MyPy See merge request it/e3-core!98
2 parents d834a23 + c4f4502 commit e7bb23c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ test = [
5959
"requests-mock"
6060
]
6161
check = [
62-
"mypy==1.8.0",
62+
"mypy==1.14.1",
6363
"pytest", # for the pytest plugin
6464
"bandit",
6565
"pip-audit",

src/e3/os/windows/native_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ class Internal(Structure):
306306
class_id = 6
307307

308308
class Rename(Structure):
309-
_fields_ = [] # type: list
309+
_fields_ = []
310310
class_id = 10
311311

312312
class Basic(Structure):
@@ -336,7 +336,7 @@ class ObjectInfo:
336336
"""Declaration of structures returned by QueryObjectInformation."""
337337

338338
class Name(Structure):
339-
_fields_: list = []
339+
_fields_ = []
340340
class_id = 1
341341

342342

0 commit comments

Comments
 (0)