Skip to content

Commit

Permalink
Merge pull request #61 from geoadmin/develop
Browse files Browse the repository at this point in the history
New Release v1.5.3 - #patch
  • Loading branch information
ltshb authored Aug 22, 2022
2 parents 74b4c47 + e9ef75f commit df718db
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 201 deletions.
9 changes: 0 additions & 9 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 @@ -203,13 +201,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.
single-line-class-stmt=no
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PyYAML = ">=5.4"
gevent = "~=20.9.0"
gunicorn = "~=19.9.0"
Flask = "~=2.1.1"
logging-utilities = "~=1.2.1"
logging-utilities = "~=2.0"
defusedxml = "~=0.7.1"
boto3 = "~=1.17.60"
botocore = "~=1.20.98"
Expand Down
Loading

0 comments on commit df718db

Please sign in to comment.