Skip to content

Commit

Permalink
BGDIINF_SB-2520: Consolidate logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ltshb committed Aug 15, 2022
1 parent a7e7379 commit 458e140
Show file tree
Hide file tree
Showing 5 changed files with 222 additions and 221 deletions.
8 changes: 0 additions & 8 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ disable=missing-docstring,
pointless-string-statement,
too-many-arguments,
too-few-public-methods,
bad-continuation, # bad-continuation doesn't comply with yapf, so lets
# yapf correct indentation continuation issue
useless-object-inheritance,


Expand Down Expand Up @@ -205,12 +203,6 @@ max-line-length=100
# Maximum number of lines in a module.
max-module-lines=1000

# List of optional constructs for which whitespace checking is disabled. `dict-
# separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
# `trailing-comma` allows a space between comma and closing bracket: (a, ).
# `empty-line` allows space-only lines.
no-space-check=trailing-comma,
dict-separator

# Allow the body of a class to be on the same line as the declaration if body
# contains single statement.
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
boto3 = "~=1.23.0"
logging-utilities = ">=1.2.3,~=1.2"
logging-utilities = "~=2.0.0"
Flask = "~=2.1.0"
gevent = "~=21.12.0"
gunicorn = "~=20.1.0"
Expand Down
Loading

0 comments on commit 458e140

Please sign in to comment.