diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba05e88..fb5d319 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,13 +22,13 @@ repos: args: ["--py313-plus"] - repo: https://github.com/PyCQA/isort - rev: 7.0.0 + rev: 8.0.1 hooks: - id: isort name: Reorder Python imports with isort - repo: https://github.com/psf/black - rev: 25.11.0 + rev: 26.3.1 hooks: - id: black name: Format Python code with black @@ -47,7 +47,7 @@ repos: additional_dependencies: [flake8-bugbear, Flake8-pyproject] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.0 + rev: v1.19.1 hooks: - id: mypy name: Check Python types @@ -59,7 +59,7 @@ repos: - types-requests - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell name: Check spelling with codespell