Add multilingual audit CI pipeline + extract mandelblog_content_guard
This commit is contained in:
1
mandelstudio/content_guard/__init__.py
Normal file
1
mandelstudio/content_guard/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/agents/__init__.py
Normal file
1
mandelstudio/content_guard/agents/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.agents import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/agents/base.py
Normal file
1
mandelstudio/content_guard/agents/base.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.agents.base import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/agents/de.py
Normal file
1
mandelstudio/content_guard/agents/de.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.agents.de import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/agents/en.py
Normal file
1
mandelstudio/content_guard/agents/en.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.agents.en import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/agents/es.py
Normal file
1
mandelstudio/content_guard/agents/es.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.agents.es import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/agents/fr.py
Normal file
1
mandelstudio/content_guard/agents/fr.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.agents.fr import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/agents/it.py
Normal file
1
mandelstudio/content_guard/agents/it.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.agents.it import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/agents/nl.py
Normal file
1
mandelstudio/content_guard/agents/nl.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.agents.nl import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/agents/pt.py
Normal file
1
mandelstudio/content_guard/agents/pt.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.agents.pt import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/agents/ru.py
Normal file
1
mandelstudio/content_guard/agents/ru.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.agents.ru import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/ai.py
Normal file
1
mandelstudio/content_guard/ai.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.ai import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/hooks.py
Normal file
1
mandelstudio/content_guard/hooks.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.hooks import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/mixins.py
Normal file
1
mandelstudio/content_guard/mixins.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.mixins import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/normalizers/__init__.py
Normal file
1
mandelstudio/content_guard/normalizers/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.normalizers import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/normalizers/de.py
Normal file
1
mandelstudio/content_guard/normalizers/de.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.normalizers.de import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/normalizers/en.py
Normal file
1
mandelstudio/content_guard/normalizers/en.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.normalizers.en import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/normalizers/es.py
Normal file
1
mandelstudio/content_guard/normalizers/es.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.normalizers.es import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/normalizers/it.py
Normal file
1
mandelstudio/content_guard/normalizers/it.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.normalizers.it import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/normalizers/nl.py
Normal file
1
mandelstudio/content_guard/normalizers/nl.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.normalizers.nl import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/normalizers/ru.py
Normal file
1
mandelstudio/content_guard/normalizers/ru.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.normalizers.ru import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/settings.py
Normal file
1
mandelstudio/content_guard/settings.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.settings import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/signals.py
Normal file
1
mandelstudio/content_guard/signals.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.signals import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/system_strings.py
Normal file
1
mandelstudio/content_guard/system_strings.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.system_strings import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/types.py
Normal file
1
mandelstudio/content_guard/types.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.types import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/validators/__init__.py
Normal file
1
mandelstudio/content_guard/validators/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.validators import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/validators/multilingual.py
Normal file
1
mandelstudio/content_guard/validators/multilingual.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.validators.multilingual import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/validators/rules/__init__.py
Normal file
1
mandelstudio/content_guard/validators/rules/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.validators.rules import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/validators/rules/cta.py
Normal file
1
mandelstudio/content_guard/validators/rules/cta.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.validators.rules.cta import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/validators/rules/forms.py
Normal file
1
mandelstudio/content_guard/validators/rules/forms.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.validators.rules.forms import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/validators/rules/language.py
Normal file
1
mandelstudio/content_guard/validators/rules/language.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.validators.rules.language import * # noqa: F401,F403
|
||||
1
mandelstudio/content_guard/validators/rules/patterns.py
Normal file
1
mandelstudio/content_guard/validators/rules/patterns.py
Normal file
@@ -0,0 +1 @@
|
||||
from mandelblog_content_guard.validators.rules.patterns import * # noqa: F401,F403
|
||||
Reference in New Issue
Block a user