mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-28 22:47:36 +03:00
* 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
|
||
|---|---|---|
| .. | ||
| 3.1-announcement.md | ||
| 3.2-announcement.md | ||
| 3.3-announcement.md | ||
| 3.4-announcement.md | ||
| 3.5-announcement.md | ||
| 3.6-announcement.md | ||
| 3.7-announcement.md | ||
| 3.8-announcement.md | ||
| 3.9-announcement.md | ||
| 3.10-announcement.md | ||
| 3.11-announcement.md | ||
| 3.12-announcement.md | ||
| 3.13-announcement.md | ||
| 3.14-announcement.md | ||
| 3.0-announcement.md | ||
| contributing.md | ||
| funding.md | ||
| jobs.md | ||
| kickstarter-announcement.md | ||
| mozilla-grant.md | ||
| project-management.md | ||
| release-notes.md | ||
| third-party-packages.md | ||
| tutorials-and-resources.md | ||