♻️ (game.py, signals.py): Refactor comparison operators for better readability
🔧 (apps.py): Import signals in ready method to ensure signals are loaded when the app starts 🔧 (pyproject.toml): Add PGH004 to lint ignore list to avoid linting errors related to PostgreSQL-specific code
This commit is contained in:
@@ -7,4 +7,4 @@ class GameConfig(AppConfig):
|
||||
verbose_name_plural = 'Games'
|
||||
|
||||
def ready(self):
|
||||
pass
|
||||
from game import signals # noqa
|
||||
|
||||
Reference in New Issue
Block a user