diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea8d2586..1ebee96b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: args: ["--include-version-classifiers", "--max-py-version=3.11"] - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["-a", "from __future__ import annotations"] @@ -35,25 +35,25 @@ repos: args: ["--py38-plus"] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.7.0 + rev: 1.7.1 hooks: - id: nbqa-pyupgrade additional_dependencies: [pyupgrade==2.31.0] args: ["--py38-plus"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.10.1 + rev: 23.12.1 hooks: - id: black-jupyter - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 additional_dependencies: [flake8-bugbear] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.1 + rev: v1.8.0 hooks: - id: mypy files: src