File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
docs/building-with-codegen Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
4040print (' MY_FEATURE: ON' )
You can’t perform that action at this time.
0 commit comments