File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
alfred-workflows/afw_time Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments