diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5bfe9c9..9003b07 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.8 + rev: v0.15.18 hooks: - id: ruff name: ruff linter @@ -9,20 +9,20 @@ repos: name: ruff formatter - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: [--write-changes] additional_dependencies: [tomli] - repo: https://github.com/pappasam/toml-sort - rev: v0.24.2 + rev: v0.24.4 hooks: - id: toml-sort-fix files: pyproject.toml - repo: https://github.com/adrienverge/yamllint - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint args: [--strict, -c, .yamllint.yaml]