mirror of
https://github.com/koxudaxi/datamodel-code-generator.git
synced 2024-03-18 14:54:37 +03:00
Add codespell configuration, workflow, pre-commit config and fix few typos (#1842)
* Add github action to codespell main on push and PRs Signed-off-by: Yaroslav Halchenko <debian@onerussian.com> * Add rudimentary codespell config Signed-off-by: Yaroslav Halchenko <debian@onerussian.com> * Add pre-commit definition for codespell Signed-off-by: Yaroslav Halchenko <debian@onerussian.com> * skip tests and dotfiles for codespell Signed-off-by: Yaroslav Halchenko <debian@onerussian.com> * [DATALAD RUNCMD] run codespell throughout fixing typo automagically === Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ Signed-off-by: Yaroslav Halchenko <debian@onerussian.com> * Fix spells * Fix config * pre-commit: exclude tests --------- Signed-off-by: Yaroslav Halchenko <debian@onerussian.com> Co-authored-by: Koudai Aono <koxudaxi@gmail.com>
This commit is contained in:
committed by
GitHub
parent
edaa234582
commit
2d0f900d5a
@@ -419,7 +419,7 @@ Model customization:
|
||||
--enable-version-header
|
||||
Enable package version on file headers
|
||||
--keep-model-order Keep generated models' order
|
||||
--reuse-model Re-use models on the field when a module has the model
|
||||
--reuse-model Reuse models on the field when a module has the model
|
||||
with the same content
|
||||
--target-python-version {3.6,3.7,3.8,3.9,3.10,3.11}
|
||||
target python version (default: 3.7)
|
||||
|
||||
Reference in New Issue
Block a user