From 231fe44f65baac44cbaa45ea3f0ed5bc5492f068 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Mon, 23 Oct 2023 12:12:11 +0200 Subject: [PATCH] upgrade typos to remove workaround (#22) --- .pre-commit-config.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 08e765a..a5cbb80 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,10 +28,6 @@ repos: hooks: - id: nbstripout - repo: https://github.com/crate-ci/typos - rev: v1.16.17 + rev: v1.16.18 hooks: - id: typos - # use pass_filenames as a workaround such that - # the excluded files in .typos.toml are respected - # https://github.com/crate-ci/typos/issues/347 - pass_filenames: false