bb-plane-fork/apps/api/plane/app/views
Yaroslav Halchenko 2ca8620246
Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#7864)
* Add github action to codespell preview on push and PRs

* Add rudimentary codespell config

* [DATALAD RUNCMD] chore: run codespell throughout fixing a few typos interactively

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 4 ./apps/web/core/components/workspace/delete-workspace-form.tsx ./deployments/cli/community/README.md",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

* Adjust coespell regex to ignore all camelCased words

* [DATALAD RUNCMD] chore: run codespell throughout fixing a few  new typos automagically

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-10-07 17:42:49 +05:30
..
analytic [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
asset [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
cycle Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#7864) 2025-10-07 17:42:49 +05:30
estimate [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
exporter [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
external [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
intake [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
issue [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
module [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
notification [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
page [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
project Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#7864) 2025-10-07 17:42:49 +05:30
search [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
state [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
timezone [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
user [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
view [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
webhook [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
workspace [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
__init__.py [WIKI-657] refactor: the page permissions in project (#7761) 2025-09-18 20:14:46 +05:30
api.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
base.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
error_404.py chore: rename server to api (#7342) 2025-07-04 15:32:21 +05:30