Skip to content

Commit 07e1123

Browse files
cclaussauvipy
authored andcommitted
Fix typos discovered by codespell
1 parent 7e33aba commit 07e1123

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
# - id: check-builtin-literals
1212
# - id: check-executables-have-shebangs
@@ -17,3 +17,12 @@ repos:
1717
- id: end-of-file-fixer
1818
# - id: mixed-line-ending
1919
# - id: trailing-whitespace
20+
21+
- repo: https://github.com/codespell-project/codespell
22+
rev: v2.4.1
23+
hooks:
24+
- id: codespell
25+
args:
26+
- --ignore-words-list=declatory
27+
additional_dependencies:
28+
- tomli

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
RABBIT_DIR=rabbitmq-c
33
RABBIT_DIST=librabbitmq
44

5-
# Distribuition tools
5+
# Distribution tools
66
PYTHON=python
77

88
all: build manylinux2014

0 commit comments

Comments
 (0)