diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bcac8f2..a6a9685 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: hooks: - id: setup-cfg-fmt - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.3.0 hooks: - id: black - repo: https://github.com/PyCQA/docformatter @@ -39,7 +39,7 @@ repos: - id: docformatter args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.5 hooks: - id: ruff - repo: https://github.com/dosisod/refurb @@ -90,7 +90,7 @@ repos: ] pass_filenames: false - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell - repo: https://github.com/mgedmin/check-manifest