diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 18ced6c..8a39827 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.4 + rev: v0.13.3 hooks: - id: ruff name: ruff linter @@ -25,13 +25,13 @@ repos: args: [--exit-non-zero-on-fix] - repo: https://github.com/pappasam/toml-sort - rev: v0.24.2 + rev: v0.24.3 hooks: - id: toml-sort-fix files: pyproject.toml - repo: https://github.com/adrienverge/yamllint - rev: v1.37.0 + rev: v1.37.1 hooks: - id: yamllint args: [--strict, -c, .yamllint.yaml]