🚨(CI) fix linter backend

The linter in the CI was checking only the
impress directory. We were passing near some lint
issues. Now the linter checks the whole backend
directory.
This commit is contained in:
Anthony LC
2024-05-29 22:08:54 +02:00
committed by Anthony LC
parent dbd4477e9a
commit f1227ed037
3 changed files with 9 additions and 8 deletions

View File

@@ -1,7 +1,5 @@
"""Test the `create_demo` management command"""
from unittest import mock
from django.core.management import call_command
from django.test import override_settings