diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3773ac5e..4ee4d51f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: -- repo: https://github.com/ambv/black - rev: 24.3.0 +- repo: https://github.com/psf/black + rev: 24.4.2 hooks: - id: black language_version: python3 @@ -10,7 +10,7 @@ repos: - id: flake8 additional_dependencies: [Flake8-pyproject] - 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 @@ -21,7 +21,7 @@ repos: - id: isort name: isort (python) - repo: https://github.com/Yelp/detect-secrets - rev: v1.4.0 + rev: v1.5.0 hooks: - id: detect-secrets args: