Skip to content

Commit 2f08b8f

Browse files
style(pre-commit.ci): Patch auto-fixes from hooks
for more information, see https://pre-commit.ci
1 parent 4210b92 commit 2f08b8f

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

‎src/config/settings/develop.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ruff: noqa: F401, F405
1+
# ruff: noqa: F401
22
"""Django `development` settings for config project.
33
44
Development target settings for the Django project inherited

‎src/config/settings/production.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ruff: noqa: F401, F405
1+
# ruff: noqa: F401
22
"""Django `production` settings for config project.
33
44
For more information on this file, see

‎src/config/settings/staging.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ruff: noqa: F401, F405
1+
# ruff: noqa: F401
22
"""Django `staging` settings for config project.
33
44
For more information on this file, see

‎src/manage.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env python
22
# mypy: ignore-errors
33
"""Django's command-line utility for administrative tasks."""
4+
45
import os
56
import sys
67

0 commit comments

Comments
 (0)