diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29e02da..40638ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,12 +8,12 @@ repos: - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.7 + rev: v0.3.4 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 + rev: v1.9.0 hooks: - id: mypy files: src @@ -21,7 +21,7 @@ repos: additional_dependencies: ["scipy"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.11.0 + rev: 24.3.0 hooks: - id: black # It is recommended to specify the latest version of Python @@ -31,7 +31,7 @@ repos: language_version: python3.11 - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.4 + rev: v4.0.0-alpha.8 hooks: - id: prettier