diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11a8c1b..afa6265 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ exclude: | repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -35,7 +35,7 @@ repos: exclude: "(migrations)" - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 24.4.0 hooks: - id: black language_version: python3 @@ -48,7 +48,7 @@ repos: additional_dependencies: [black] - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 args: [