Skip to content

Commit 4324de0

Browse files
authored
Merge pull request #525 from Julian/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b2a473c + 5fed018 commit 4324de0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: markdownlint-cli2
2525
- repo: https://github.com/zizmorcore/zizmor-pre-commit
26-
rev: v1.25.2
26+
rev: v1.26.1
2727
hooks:
2828
- id: zizmor
2929
args: [--pedantic]

spec/tui/core_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ describe('Element', function()
969969
assert.are.equal('https://example.com', element.url)
970970
end)
971971

972-
it("lets an explicit action win the click while url stays the OSC 8 target", function()
972+
it('lets an explicit action win the click while url stays the OSC 8 target', function()
973973
local clicked = false
974974
local element = Element.link {
975975
text = 'jump',

0 commit comments

Comments
 (0)