Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ repos:
- id: check-case-conflict

- repo: https://github.com/crate-ci/typos
rev: v1.35.1
rev: v1.38.1
hooks:
- id: typos
exclude: ^(CHANGELOG\.md|test/(test-cmd-list\.txt|fixtures/.+))$
Expand Down
2 changes: 2 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ iif = "iif"
inout = "inout"
# test/t/unit/test_unit_expand_glob.py
ket = "ket"
# completions/isql
Lins = "Lins"
# completions/hcitool, completions/ip
lst = "lst"
# completions/tshark, test/t/test_screen.py
Expand Down
2 changes: 1 addition & 1 deletion test/t/test_postconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_1(self, completion):
# this. For example, inet_protocols=all but no IPv6 configured:
# postconf: fatal: parameter inet_interfaces: no local interface found
# for ::1
# ...and output can be cut off somewhere near lmtp_tls_secur*.
# ...and output can be cut off somewhere near lmtp_tls_secu*.
# ...or be completely missing, so all we can do is to skip.
@pytest.mark.complete(
"postconf al", require_cmd=True, xfail="! postconf &>/dev/null"
Expand Down