diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a89acbf..29f6cd8 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.3.1 + rev: 26.5.1 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.12 + rev: v0.15.14 hooks: - id: ruff - repo: https://github.com/dosisod/refurb @@ -80,7 +80,7 @@ repos: # path/to/file.py # )$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v2.0.0' + rev: 'v2.1.0' hooks: - id: mypy additional_dependencies: [types-requests]