Skip to content

Commit cdc3456

Browse files
authored
Merge pull request #1411 from scop/renovate/crate-ci-typos-1.x
chore(pre-commit): update crate-ci/typos to v1.38.1
2 parents 30fad11 + 6313444 commit cdc3456

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.35.1
101+
rev: v1.38.1
102102
hooks:
103103
- id: typos
104104
exclude: ^(CHANGELOG\.md|test/(test-cmd-list\.txt|fixtures/.+))$

.typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ iif = "iif"
3838
inout = "inout"
3939
# test/t/unit/test_unit_expand_glob.py
4040
ket = "ket"
41+
# completions/isql
42+
Lins = "Lins"
4143
# completions/hcitool, completions/ip
4244
lst = "lst"
4345
# completions/tshark, test/t/test_screen.py

test/t/test_postconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_1(self, completion):
1111
# this. For example, inet_protocols=all but no IPv6 configured:
1212
# postconf: fatal: parameter inet_interfaces: no local interface found
1313
# for ::1
14-
# ...and output can be cut off somewhere near lmtp_tls_secur*.
14+
# ...and output can be cut off somewhere near lmtp_tls_secu*.
1515
# ...or be completely missing, so all we can do is to skip.
1616
@pytest.mark.complete(
1717
"postconf al", require_cmd=True, xfail="! postconf &>/dev/null"

0 commit comments

Comments
 (0)