Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobichaud committed Feb 2, 2024
1 parent f9c1f6f commit d6ba53f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ambv/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
language_version: python3
Expand Down
1 change: 1 addition & 0 deletions config/asgi.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
ASGI config for django_structlog_demo_project project.
"""

import os
import sys

Expand Down
1 change: 1 addition & 0 deletions config/settings/test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
With these settings, tests run faster.
"""

import os
import environ

Expand Down
1 change: 1 addition & 0 deletions config/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
framework.
"""

import os
import sys

Expand Down
1 change: 0 additions & 1 deletion django_structlog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
""" ``django-structlog`` is a structured logging integration for ``Django`` project using ``structlog``.
"""


name = "django_structlog"

VERSION = (7, 1, 0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
http://cookiecutter-django.readthedocs.io/en/latest/faq.html#why-is-there-a-django-contrib-sites-directory-in-cookiecutter-django
"""

from django.conf import settings
from django.db import migrations

Expand Down

0 comments on commit d6ba53f

Please sign in to comment.