diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17d48ed..fca33f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.11.0 + rev: 25.12.0 hooks: - id: black args: [--target-version, py312, --preview, --enable-unstable-feature=string_processing] @@ -10,7 +10,7 @@ repos: hooks: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.6" + rev: "v0.14.8" hooks: - id: ruff language_version: python3.12