From 058c331d8bed3244523ccb21976a5940c03601e8 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 16 Sep 2025 10:58:22 +0200 Subject: [PATCH] Fix typos discovered by codespell --- .pre-commit-config.yaml | 11 ++++++++++- Makefile | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index caa8d21..40d626b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: # - id: check-builtin-literals # - id: check-executables-have-shebangs @@ -17,3 +17,12 @@ repos: - id: end-of-file-fixer # - id: mixed-line-ending # - id: trailing-whitespace + + - repo: https://github.com/codespell-project/codespell + rev: v2.4.1 + hooks: + - id: codespell + args: + - --ignore-words-list=declatory + additional_dependencies: + - tomli diff --git a/Makefile b/Makefile index 767db19..197215b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RABBIT_DIR=rabbitmq-c RABBIT_DIST=librabbitmq -# Distribuition tools +# Distribution tools PYTHON=python all: build manylinux2014