django-rest-framework/docs
Yaroslav Halchenko fb03dd977e
Add codespell: config + workflow to detect new typos. Get some typos fixed (#9234)
* Do not ignore .codespellrc from git

* Add rudimentary codespell config

* Add pre-commit definition for codespell

* more custom skips for codespell - long lines, lines with ú etc

* [DATALAD RUNCMD] Do interactive fixing of some ambigous typos

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2 ./docs/community/release-notes.md",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

* BF: pre-commit needs to duplicate some of the skips for codespell

Known issue -- yet to be addressed:

https://github.com/codespell-project/codespell/issues/3196

* Move codespell configuration into setup.cfg
2024-02-28 12:01:49 +01:00
..
api-guide Remove read_only deprecated behaviour from documentation (#9239) 2024-01-29 09:30:29 +01:00
community Add codespell: config + workflow to detect new typos. Get some typos fixed (#9234) 2024-02-28 12:01:49 +01:00
img Add 2 customization packages, rest-framework-redesign and rest-framework-material (#9088) 2024-01-04 12:42:54 +00:00
topics Fix comment syntax error in doc that fails pre-commit blacken-docs (#9225) 2024-01-24 22:44:46 +01:00
tutorial Update quickstart.md (#9185) 2024-01-04 13:10:53 +00:00
CNAME Include CNAME file 2014-11-25 16:01:32 +00:00
index.md Add Django 5.0 support (#9233) 2024-02-28 11:52:22 +01:00