Skip to content

Commit c39a60e

Browse files
author
Ezeudoh Tochukwu
committed
fixing mypy
1 parent 4942de7 commit c39a60e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ninja_extra/permissions/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __invert__( # type:ignore[misc]
4747
return SingleOperandHolder(NOT, self)
4848

4949

50-
class BasePermissionMetaclass(OperationHolderMixin, ABCMeta): # type: ignore[misc]
50+
class BasePermissionMetaclass(OperationHolderMixin, ABCMeta):
5151
pass
5252

5353

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ test = [
6060
"pytest-cov",
6161
"pytest-django",
6262
"pytest-asyncio",
63-
"mypy == 1.5.1",
63+
"mypy == 1.6.1",
6464
"ruff ==0.0.275",
6565
"black == 23.7.0",
6666
"injector >= 0.19.0",

0 commit comments

Comments
 (0)