diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e7cdf59b..98740b94 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: # https://pre-commit.com/ 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 @@ -17,7 +17,7 @@ repos: - id: isort # https://github.com/python/black#version-control-integration - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.4.0 hooks: - id: black - id: black-jupyter @@ -25,7 +25,7 @@ repos: rev: v0.3.9 hooks: - id: blackdoc - additional_dependencies: ["black==24.1.1"] + additional_dependencies: ["black==24.4.0"] - id: blackdoc-autoupdate-black - repo: https://github.com/pycqa/flake8 rev: 7.0.0