Simon Willison
|
85da8474d4
|
Python 3.14, drop Python 3.9
Closes #2506
|
2025-10-08 13:11:32 -07:00 |
|
Jeroen Van Goey
|
103b4decbd
|
fix (typo): Corrected spelling of 'environments' (#2268)
* fix (typo): Corrected spelling of 'environments'
* ci: add test folder to codespell workflow
|
2024-02-19 14:41:32 -08:00 |
|
Simon Willison
|
4e1188f60f
|
Upgrade spellcheck.yml workflow
|
2023-10-08 09:09:45 -07:00 |
|
dependabot[bot]
|
d28f12092d
|
Bump sphinx, furo, blacken-docs dependencies (#2160)
* Bump the python-packages group with 3 updates
Bumps the python-packages group with 3 updates: [sphinx](https://github.com/sphinx-doc/sphinx), [furo](https://github.com/pradyunsg/furo) and [blacken-docs](https://github.com/asottile/blacken-docs).
Updates `sphinx` from 7.1.2 to 7.2.4
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.1.2...v7.2.4)
Updates `furo` from 2023.7.26 to 2023.8.19
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](https://github.com/pradyunsg/furo/compare/2023.07.26...2023.08.19)
Updates `blacken-docs` from 1.15.0 to 1.16.0
- [Changelog](https://github.com/adamchainz/blacken-docs/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/asottile/blacken-docs/compare/1.15.0...1.16.0)
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: python-packages
- dependency-name: furo
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: python-packages
- dependency-name: blacken-docs
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Simon Willison <swillison@gmail.com>
|
2023-08-28 17:38:32 -07:00 |
|
Simon Willison
|
d45a7213ed
|
codespell>=2.5.5, also spellcheck README - refs #2089
|
2023-06-29 07:43:01 -07:00 |
|
Naveen
|
2e9751672d
|
chore: Set permissions for GitHub actions (#1740)
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
|
2022-05-31 12:28:40 -07:00 |
|
Simon Willison
|
cd8b7bee8f
|
Run codespell against datasette source code too, refs #1417
|
2021-08-03 10:03:48 -07:00 |
|
Simon Willison
|
2208c3c68e
|
Spelling corrections plus CI job for codespell
* Use codespell to check spelling in documentation, refs #1417
* Fixed spelling errors spotted by codespell, closes #1417
* Make codespell a docs dependency
See also this TIL: https://til.simonwillison.net/python/codespell
|
2021-08-03 09:36:38 -07:00 |
|