refactor: Compiled ignored ruff rules in pyproject
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
"""Tests for cookie utilities."""
|
||||
# ruff: noqa: ANN201, E501
|
||||
|
||||
from app.utils.cookies import extract_access_token_from_cookies, parse_cookies
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
"""Tests for credit decorators."""
|
||||
# ruff: noqa: ARG001, ANN001, E501, PT012
|
||||
|
||||
from collections.abc import Callable
|
||||
from typing import Never
|
||||
|
||||
Reference in New Issue
Block a user