Skip to content

Commit 82514b7

Browse files
authored
Merge pull request #1206 from scop/renovate/crate-ci-typos-1.x
chore(pre-commit): update crate-ci/typos to v1.26.0
2 parents 7f11650 + 0bdb788 commit 82514b7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ repos:
9898
- id: check-case-conflict
9999

100100
- repo: https://github.com/crate-ci/typos
101-
rev: v1.21.0
101+
rev: v1.26.0
102102
hooks:
103103
- id: typos
104104
exclude: ^(CHANGELOG\.md|test/(test-cmd-list\.txt|fixtures/.+))$

test/t/test_cppcheck.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ def test_4(self, completion):
2222
def test_5(self, completion):
2323
assert completion == "l"
2424

25-
@pytest.mark.complete("cppcheck --enable=xx,styl")
25+
@pytest.mark.complete("cppcheck --enable=xx,sty")
2626
def test_6(self, completion):
27-
assert completion == "e"
27+
assert completion == "le"
2828

29-
@pytest.mark.complete("cppcheck --enable=xx,yy,styl")
29+
@pytest.mark.complete("cppcheck --enable=xx,yy,sty")
3030
def test_7(self, completion):
31-
assert completion == "e"
31+
assert completion == "le"

test/t/test_xgamma.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class TestXgamma:
66
def test_1(self, completion):
77
assert completion
88

9-
@pytest.mark.complete("xgamma -gam", require_cmd=True)
9+
@pytest.mark.complete("xgamma -gamm", require_cmd=True)
1010
def test_2(self, completion):
11-
assert completion == "ma"
11+
assert completion == "a"
1212
assert completion.endswith(" ")

0 commit comments

Comments
 (0)