diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 335d4fc..8687bb0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: check-json - id: end-of-file-fixer - id: requirements-txt-fixer - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.8.0 hooks: - id: black additional_dependencies: ["click==8.0.4"]