We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e33aba commit 07e1123Copy full SHA for 07e1123
.pre-commit-config.yaml
@@ -6,7 +6,7 @@
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v5.0.0
+ rev: v6.0.0
10
hooks:
11
# - id: check-builtin-literals
12
# - id: check-executables-have-shebangs
@@ -17,3 +17,12 @@ repos:
17
- id: end-of-file-fixer
18
# - id: mixed-line-ending
19
# - 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
@@ -2,7 +2,7 @@
2
RABBIT_DIR=rabbitmq-c
3
RABBIT_DIST=librabbitmq
4
5
-# Distribuition tools
+# Distribution tools
PYTHON=python
all: build manylinux2014
0 commit comments