mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
CI: Integrate pre-commit for style checks
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
||||
[tool.codespell]
|
||||
dictionary = ["_tools/codespell-dict.txt", "-"]
|
||||
ignore-words = "_tools/codespell-ignore.txt"
|
||||
exclude-file = "_tools/codespell-ignore-lines.txt"
|
||||
skip = "tutorials/i18n/locales.rst"
|
||||
Reference in New Issue
Block a user