diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5496d4b..0127541 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: args: [--mapping, '4', --sequence, '4', --offset, '0'] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black args: [--config, pyproject.toml] @@ -40,7 +40,7 @@ repos: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black-jupyter args: [--config, pyproject.toml]