diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ba9e6e..6aa8ce3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -20,28 +20,28 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.32.1 + rev: v3.15.2 hooks: - id: pyupgrade args: ["--py37-plus"] - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 24.3.0 hooks: - id: black-jupyter - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/nbQA-dev/nbQA - rev: 1.3.1 + rev: 1.8.5 hooks: - id: nbqa-pyupgrade additional_dependencies: [pyupgrade==2.32.1]