Skip to content

Commit b2c14aa

Browse files
committed
Fix bug
1 parent 4e51c5e commit b2c14aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ repos:
55
- id: pyupgrade
66
args: [--py311-plus]
77
- repo: https://github.com/psf/black
8-
rev: 23.11.0
8+
rev: 23.12.1
99
hooks:
1010
- id: black
1111
args: ["--target-version", "py311"]
1212
- repo: https://github.com/pycqa/isort
13-
rev: 5.12.0
13+
rev: 5.13.2
1414
hooks:
1515
- id: isort
1616
name: isort (python)

alfred-workflows/afw_time/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def make_responses_from_time(self) -> list[AFWResponse]:
147147
),
148148
AFWResponse(
149149
title=self._time.time.format(arrow.FORMAT_RFC850),
150-
subtitle=f"The time[{self.zone}] as RFC850 Formaself._time.",
150+
subtitle=f"The time[{self._time.zone}] as RFC850 Formaself._time.",
151151
icon=self.icon_info,
152152
),
153153
]

0 commit comments

Comments
 (0)