Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(ci): Upgrade pre-commit hooks (#2)
This commit contains a couple of changes of linters - Moves section `[tool.ruff.lint]` under `[tool.ruff]` in `pyproject.toml`, according to schema validation from [Even Better TOML](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml); - Removes rule [`ANN101`](https://docs.astral.sh/ruff/rules/missing-type-self/) which has been deprecated in Ruff. - Updates a few pre-commit hooks - shfmt: v3.8.0-1 ~ v3.10.0-2 - ruff: v0.4.7 ~ v0.8.4 - mypy: v1.11.1 ~ v1.14.0 - clang-format: v18.1.5 ~ v19.1.5 - cython-lint: v0.16.2 ~ v0.16.6 - conventional commit: v2.1.1 ~ v4.0.0
- Loading branch information