diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c1e6fe4..f4e9165a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_stages: minimum_pre_commit_version: 2.9.3 repos: - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.9.0 hooks: - id: mypy additional_dependencies: [numpy, pandas, types-requests] @@ -17,7 +17,7 @@ repos: hooks: - id: prettier - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: detect-private-key - id: check-merge-conflict @@ -46,7 +46,7 @@ repos: name: Check executable files use .sh extension types: [shell, executable] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.2 + rev: v0.3.7 hooks: - id: ruff types_or: [python, pyi, jupyter]