diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e75a3f..7616abd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.4.0' + rev: 'v4.5.0' hooks: # Prevent giant files from being committed. - id: check-added-large-files @@ -14,14 +14,14 @@ repos: - id: no-commit-to-branch - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.12.0 hooks: - id: black types: [file, python] args: [--config=./pyproject.toml] - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 types: [file, python]