mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-16 17:03:15 +02:00
* Add comprehensive pre-commit hooks for code quality - Set up pre-commit framework with hooks for Python, YAML, Ansible, and shell - Configure ruff for Python linting and formatting - Add yamllint for YAML validation - Include ansible-lint and syntax checks - Add shellcheck for shell scripts - Create development documentation - Auto-fix trailing whitespace and file endings 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Remove redundant DEVELOPMENT.md and update CONTRIBUTING.md - Removed docs/DEVELOPMENT.md as it was redundant with existing documentation - Added pre-commit hooks setup instruction to CONTRIBUTING.md for contributors - Consolidated development guidance into a single location 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
9 lines
369 B
Markdown
9 lines
369 B
Markdown
## API Token
|
|
|
|
Sign in to the Linode Manager and go to the
|
|
[tokens management page](https://cloud.linode.com/profile/tokens).
|
|
|
|
Click `Add a Personal Access Token`. Label your new token and select *at least* the
|
|
`Linodes` read/write permission and `StackScripts` read/write permission.
|
|
Press `Submit` and make sure to copy the displayed token
|
|
as it won't be shown again.
|