Update Ruff and fix its errors
This commit is contained in:
parent
c54ceeb7a8
commit
1424978854
39 changed files with 183 additions and 175 deletions
|
|
@ -15,7 +15,7 @@ if TYPE_CHECKING:
|
|||
|
||||
|
||||
@pytest.mark.django_db(transaction=True)
|
||||
def test_0021_backfills_allowed_campaign_count() -> None: # noqa: PLR0914
|
||||
def test_0021_backfills_allowed_campaign_count() -> None: # ruff:ignore[too-many-locals]
|
||||
"""Migration 0021 should backfill cached allowed campaign counts."""
|
||||
migrate_from: list[tuple[str, str]] = [
|
||||
("twitch", "0020_rewardcampaign_tw_reward_ends_starts_idx"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue