refactor: Compiled ignored ruff rules in pyproject
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
"""Tests for credit transaction repository."""
|
||||
# ruff: noqa: ARG002, E501
|
||||
|
||||
import json
|
||||
from collections.abc import AsyncGenerator
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""Tests for extraction repository."""
|
||||
# ruff: noqa: ANN001, ANN201
|
||||
|
||||
from unittest.mock import AsyncMock, Mock
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""Tests for playlist repository."""
|
||||
# ruff: noqa: PLR2004, ANN401
|
||||
|
||||
from collections.abc import AsyncGenerator
|
||||
from typing import Any
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""Tests for sound repository."""
|
||||
# ruff: noqa: ARG002, PLR2004
|
||||
|
||||
from collections.abc import AsyncGenerator
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""Tests for user repository."""
|
||||
# ruff: noqa: ARG002
|
||||
|
||||
from collections.abc import AsyncGenerator
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""Tests for user OAuth repository."""
|
||||
# ruff: noqa: ARG002
|
||||
|
||||
from collections.abc import AsyncGenerator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user