diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 25d74c9..4728013 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,13 +18,13 @@ repos: - id: trailing-whitespace - repo: https://github.com/pappasam/toml-sort - rev: v0.24.2 + rev: v0.24.3 hooks: - id: toml-sort-fix files: ^(.*\.toml)$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.9 + rev: v0.13.2 hooks: - id: ruff args: [ --exit-non-zero-on-fix, --fix ] @@ -35,4 +35,4 @@ repos: hooks: - id: docstrfmt require_serial: true - rev: v1.11.0 + rev: v1.11.1