diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29e02da..717fff3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -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.4.5 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 + rev: v1.10.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.4.2 hooks: - id: black # It is recommended to specify the latest version of Python @@ -31,12 +31,12 @@ 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 - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell