diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 62d59e6..bf007fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: # Prevent giant files from being committed - id: check-added-large-files @@ -64,7 +64,7 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/PyCQA/flake8 - rev: 7.1.1 + rev: 7.3.0 hooks: - id: flake8 additional_dependencies: @@ -72,7 +72,7 @@ repos: - flake8-implicit-str-concat - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.18.2 hooks: - id: mypy args: [--no-strict-optional, --ignore-missing-imports, --allow-untyped-global]