Skip to content

Commit 70ebe38

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testing/test_file_finder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def test_symlink_not_in_scm_while_target_is(inwd: WorkDir) -> None:
212212

213213

214214
@pytest.mark.issue(587)
215-
@pytest.mark.skip_commit
215+
@pytest.mark.skip_commit()
216216
def test_not_commited(inwd: WorkDir) -> None:
217217
assert find_files() == []
218218

testing/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_main() -> None:
2020
exec(code, ns)
2121

2222

23-
@pytest.fixture
23+
@pytest.fixture()
2424
def repo(wd: WorkDir) -> WorkDir:
2525
wd("git init")
2626
wd("git config user.email user@host")

0 commit comments

Comments
 (0)