mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 15:39:08 +00:00
refactor: replace isort, black and flake8 with ruff
This commit is contained in:
parent
8b9b93787f
commit
53a5804706
128 changed files with 3069 additions and 2594 deletions
|
@ -1,5 +1,6 @@
|
|||
from django_components.util.misc import is_str_wrapped_in_quotes
|
||||
|
||||
|
||||
class TestUtils:
|
||||
def test_is_str_wrapped_in_quotes(self):
|
||||
assert is_str_wrapped_in_quotes("word") is False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue