Skip to content

Commit 613570c

Browse files
committed
Bump southwark version.
1 parent 9c3cb58 commit 613570c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

repo_helper/cli/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def run_repo_helper(
170170
error_block = textwrap.indent(str(e), '\t')
171171
raise abort(f"Unable to run 'repo_helper'.\nThe error was:\n{error_block}")
172172

173-
if not assert_clean(gh.target_repo, allow_config=True):
173+
if not assert_clean(gh.target_repo, allow_config=("repo_helper.yml", "git_helper.yml")):
174174
if force:
175175
click.echo(Fore.RED("Proceeding anyway"), err=True)
176176
else:

repo_helper/files/testing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ def make_isort(repo_path: pathlib.Path, templates: jinja2.Environment) -> List[s
564564
# isort["settings"]["float_to_top"] = True # TODO: Doesn't work properly; No imports get sorted or floated to the top
565565
isort["settings"]["remove_redundant_aliases"] = True
566566
isort["settings"]["default_section"] = "THIRDPARTY"
567-
# isort["settings"]["no_lines_before"] = "LOCALFOLDER"
568567
if "float_to_top" in isort["settings"]:
569568
del isort["settings"]["float_to_top"]
570569

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packaging>=20.4
1414
pre-commit>=2.7.1
1515
ruamel-yaml>=0.16.12
1616
shippinglabel>=0.5.0
17-
southwark>=0.5.0
17+
southwark>=0.5.1
1818
tomlkit>=0.7.0
1919
typing-extensions>=3.7.4.3
2020
yapf-isort>=0.3.3

0 commit comments

Comments
 (0)