diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9bbd06a..e065ebe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: detect-private-key - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black @@ -39,7 +39,7 @@ repos: args: [--py313-plus] - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort args: [--profile, black]