deps(cachetools): remove third-party dependency cachetools (#147)

This commit is contained in:
Xuehai Pan 2025-01-24 16:52:16 +08:00 committed by GitHub
parent 0bcb5e0260
commit 652859c84b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 352 additions and 22 deletions

View file

@ -25,7 +25,7 @@ repos:
- id: debug-statements
- id: double-quote-string-fixer
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@ -53,7 +53,7 @@ repos:
^docs/source/conf.py$
)
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
additional_dependencies: [".[toml]"]