Skip to content

Commit ba2f306

Browse files
Fix test_fresh_no_backend for pre-commit
1 parent bcc93de commit ba2f306

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/usethis/_core/test_core_tool.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1810,12 +1810,8 @@ def test_fresh_no_backend(
18101810
assert (uv_init_dir / ".pre-commit-config.yaml").exists()
18111811
contents = (uv_init_dir / ".pre-commit-config.yaml").read_text()
18121812
assert contents == (
1813-
f"""\
1813+
"""\
18141814
repos:
1815-
- repo: https://github.com/tsvikas/sync-with-uv
1816-
rev: {_SYNC_WITH_UV_VERSION}
1817-
hooks:
1818-
- id: sync-with-uv
18191815
- repo: local
18201816
hooks:
18211817
- id: placeholder

0 commit comments

Comments
 (0)