refactor: replace isort, black and flake8 with ruff

This commit is contained in:
Juro Oravec 2025-08-18 10:19:03 +02:00
parent 8b9b93787f
commit 53a5804706
128 changed files with 3069 additions and 2594 deletions

View file

@ -1,8 +1,8 @@
from djc_core_html_parser import set_html_attributes
from pytest_django.asserts import assertHTMLEqual
from djc_core_html_parser import set_html_attributes
from django_components.testing import djc_test
from .testutils import setup_test_config
setup_test_config({"autodiscover": False})