Skip to content

Commit c1474fd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent db7b044 commit c1474fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,9 @@ def test_select_config_file_prefers_pip_tools_toml_over_pyproject_toml(tmpdir_cw
810810
assert select_config_file(()) == pip_tools_file
811811

812812

813-
def test_select_config_file_with_config_file_in_different_directory(tmpdir_cwd, make_config_file):
813+
def test_select_config_file_with_config_file_in_different_directory(
814+
tmpdir_cwd, make_config_file
815+
):
814816
config_file = make_config_file("dry-run", True, ".pip-tools.toml")
815817

816818
(tmpdir_cwd / "subdir").mkdir()

0 commit comments

Comments
 (0)