Skip to content

Commit 7abf256

Browse files
committed
refactor: fix ruff issues
1 parent b9815aa commit 7abf256

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/biskotaki_ci/snapshot/biskotaki_ci_no_input/test_lint_passes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import sys
2-
31
import pytest
42

53

tests/test_build_backend_sdist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ def sdist_built_at_runtime_with_build(my_run_subprocess) -> Path:
618618
import re
619619

620620
assert re.search(r"Building sdist\.\.\.", result.stdout)
621-
pattern = "Successfully built .*cookiecutter_python-.+\.tar\.gz"
621+
pattern = r"Successfully built .*cookiecutter_python-.+\.tar\.gz"
622622
assert re.search(pattern, result.stdout)
623623

624624
# After build, retrieve the tar.gz file

0 commit comments

Comments
 (0)