Skip to content

Commit

Permalink
ruff docstring formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wshanks committed Apr 22, 2024
1 parent ca2e25a commit 4ce425c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ def test_worktreeconfig_extension(self):
self.assertEqual(cs.get(("user",), "name"), b"Jelmer")

def test_worktreeconfig_extension_case(self):
"""Test that worktree code does not error for alternate case format"""
"""Test that worktree code does not error for alternate case format."""
r = self._repo
c = r.get_config()
c.set(("core",), "repositoryformatversion", "1")
Expand Down

0 comments on commit 4ce425c

Please sign in to comment.