[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-07-10 20:16:53 +00:00 committed by Dustin J. Mitchell
parent b4578692ed
commit 6d4266f2d1
No known key found for this signature in database

View file

@ -115,7 +115,6 @@ class TestInfoCommand(TestCase):
self.assertRegex(out, r"U_ONE\s+\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}") self.assertRegex(out, r"U_ONE\s+\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}")
self.assertRegex(out, r"U_TWO\s+P1D") self.assertRegex(out, r"U_TWO\s+P1D")
def test_tags_without_tags_attribute(self): def test_tags_without_tags_attribute(self):
"""Verify info command shows tags, even if the `tags` property is not present""" """Verify info command shows tags, even if the `tags` property is not present"""
# Create a task directly with TC, avoiding TaskWarrior's creation of the deprecated # Create a task directly with TC, avoiding TaskWarrior's creation of the deprecated