diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e16682..e8f2721 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,14 +24,14 @@ repos: args: [--pytest] - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.14.11 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] # args: [--fix, --show-fixes, --exit-non-zero-on-fix] # To debug unexpected failures. - id: ruff-format - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.15.0 + rev: v2.16.0 hooks: - id: pretty-format-toml args: [--autofix, --indent, '2']