Skip to content

Commit

Permalink
Enable Flake8 message E123
Browse files Browse the repository at this point in the history
This looks for closing brackets at the wrong indentation.
  • Loading branch information
jbytheway committed Sep 16, 2020
1 parent 0fc6ebb commit 1b4db3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ignore =
# The following errors were present when starting to use flake8; they need
# to be triaged to determine which we should fix and which we should leave
# permanently ignored
E123,
E128,
E131,
E201,
Expand Down
6 changes: 3 additions & 3 deletions build-data/osx/dmgsettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def icon_from_app(app_path):
icon_locations = {
appname: (240, 400),
'Applications': (430, 400)
}
}

# .. Window configuration ......................................................

Expand Down Expand Up @@ -148,7 +148,7 @@ def icon_from_app(app_path):
'label': 100,
'version': 75,
'comments': 300,
}
}
list_column_sort_directions = {
'name': 'ascending',
'date-modified': 'descending',
Expand All @@ -160,4 +160,4 @@ def icon_from_app(app_path):
'label': 'ascending',
'version': 'ascending',
'comments': 'ascending',
}
}

0 comments on commit 1b4db3e

Please sign in to comment.