diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7d032e09e..3edcb2679 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,19 +13,19 @@ repos: - id: check-added-large-files - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.284 + rev: v0.0.292 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] exclude: docs\/.* - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.3.0" + rev: "v1.5.1" hooks: - id: mypy additional_dependencies: - types-requests exclude: testapp - repo: https://github.com/psf/black - rev: "23.3.0" + rev: "23.9.1" hooks: - id: black