diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3b551f6..f32710f 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.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace exclude: docs/tutorials @@ -11,7 +11,7 @@ repos: exclude: docs/tutorials - repo: https://github.com/PyCQA/isort - rev: "5.10.1" + rev: "5.12.0" hooks: - id: isort args: [] @@ -19,6 +19,6 @@ repos: exclude: docs/tutorials - repo: https://github.com/psf/black - rev: "22.10.0" + rev: "23.7.0" hooks: - id: black