Remove Ruff rule ignore

This commit is contained in:
Bruno Alla 2024-11-21 12:32:22 +00:00 committed by GitHub
parent 77ed2347cc
commit afae18e10b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
# ruff: noqa: ERA001, E501, E402
# ruff: noqa: ERA001, E501
"""Base settings to build other settings files upon."""
{% if cookiecutter.use_celery == 'y' -%}