Skip to content

Commit

Permalink
Update code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Feb 15, 2020
1 parent 5a074ad commit 63be852
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 104 deletions.
4 changes: 1 addition & 3 deletions doorstop/settings.py
Expand Up @@ -8,9 +8,7 @@
DEFAULT_LOGGING_FORMAT = "%(message)s"
LEVELED_LOGGING_FORMAT = "%(levelname)s: %(message)s"
VERBOSE_LOGGING_FORMAT = "[%(levelname)-8s] %(message)s"
VERBOSE2_LOGGING_FORMAT = (
"[%(levelname)-8s] (%(name)s @%(lineno)4d) %(message)s"
) # pylint: disable=C0301
VERBOSE2_LOGGING_FORMAT = "[%(levelname)-8s] (%(name)s @%(lineno)4d) %(message)s"
QUIET_LOGGING_LEVEL = logging.WARNING
TIMED_LOGGING_FORMAT = "%(asctime)s" + ' ' + VERBOSE_LOGGING_FORMAT
DEFAULT_LOGGING_LEVEL = logging.WARNING
Expand Down

0 comments on commit 63be852

Please sign in to comment.