Skip to content

Commit 501b7bd

Browse files
chore(CG-10487): add back docs spell checker pre-commit
1 parent 554078e commit 501b7bd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ repos:
5555
hooks:
5656
- id: sync-pre-commit-deps
5757

58-
# - repo: https://github.com/codespell-project/codespell
59-
# rev: v2.2.4
60-
# hooks:
61-
# - id: codespell
62-
# additional_dependencies:
63-
# - tomli
64-
# files: "codegen-backend/docs/.*/.*.mdx"
58+
- repo: https://github.com/codespell-project/codespell
59+
rev: v2.2.4
60+
hooks:
61+
- id: codespell
62+
additional_dependencies:
63+
- tomli
64+
files: "docs/.*/.*.mdx"
6565

6666
- repo: https://github.com/fpgmaas/deptry.git
6767
rev: "0.22.0"

docs/building-with-codegen/reducing-conditions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ else:
3434
print('MY_FEATURE: OFF')
3535
```
3636

37-
`.reduce_condition` allows you to determinstically reduce this code to the following:
37+
`.reduce_condition` allows you to deterministically reduce this code to the following:
3838

3939
```python
4040
print('MY_FEATURE: ON')

0 commit comments

Comments
 (0)