diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff3fbea7..ee64f843 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,20 +23,20 @@ repos: args: ["--include-version-classifiers", "--max-py-version=3.12"] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.5 + rev: 1.8.7 hooks: - id: nbqa-pyupgrade additional_dependencies: [pyupgrade] args: ["--py38-plus"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black-jupyter - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.4.10 + rev: v0.6.2 hooks: # Run the linter. - id: ruff @@ -45,7 +45,7 @@ repos: - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.11.2 hooks: - id: mypy files: src