🚨(back) remove unused ruff ignore rule

A ruff ignore rule was present in the factories module. But this rule is
not used in the file so we can safely remove it.
This commit is contained in:
Manuel Raynaud
2025-06-30 10:42:22 +02:00
parent 8f7ac12ea1
commit 2e1b112133

View File

@@ -1,4 +1,3 @@
# ruff: noqa: S311
"""
Core application factories
"""