ci: Stop ignoring .lock files in typos config explicitly

Typos now ignores .lock files automatically without any configuration.
This commit is contained in:
Jonas Platte 2022-09-01 09:16:51 +02:00 committed by Jonas Platte
parent 16d9ed230a
commit a954518d73
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ thead = "thead"
[files]
# Our json files contain a bunch of base64 encoded ed25519 keys which aren't
# automatically ignored, we ignore them here.
extend-exclude = ["*.json", "*.lock"]
extend-exclude = ["*.json"]