Skip to content

Commit 82d9403

Browse files
committed
fixup! fixup! fixup! [WIP] pre-commit and ruff
1 parent ec91456 commit 82d9403

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/open_inwoner/conf/local_example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
PLAYWRIGHT_MULTI_ONLY_DEFAULT = True
1818

1919
# Enable django-debug-toolbar
20-
from .dev import INSTALLED_APPS, MIDDLEWARE
20+
from .dev import INSTALLED_APPS, MIDDLEWARE # noqa: E402
2121

2222
INSTALLED_APPS += ["debug_toolbar"]
2323
MIDDLEWARE += ["debug_toolbar.middleware.DebugToolbarMiddleware"]

src/openklant2/tests/test_partij.py

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def test_create_persoon(client) -> None:
9393
"digitaleAdressen": None,
9494
"rekeningnummers": None,
9595
"voorkeursRekeningnummer": None,
96-
"soortPartij": "persoon",
9796
"voorkeurstaal": "nld",
9897
"indicatieActief": True,
9998
"indicatieGeheimhouding": False,

0 commit comments

Comments
 (0)