[lint] more linting changes

This commit is contained in:
2026-07-29 03:30:54 +02:00
parent 3f20cdeed9
commit 7a70b6b1d4
6 changed files with 28 additions and 14 deletions

View File

@@ -39,7 +39,7 @@ def test_update_card(client, auth_headers, test_group, test_card):
data = response.json()
assert data["name"] == "changed_name"
assert data["enabled"] == False
assert data["enabled"] == False # noqa: E712
assert data["group_id"] == test_card.group_id