diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d37bacb..b26e5a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: # Autoformat: Python code - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black args: @@ -27,7 +27,7 @@ repos: # `pre-commit sample-config` default hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: end-of-file-fixer @@ -35,14 +35,14 @@ repos: # Lint: Dockerfile - repo: https://github.com/hadolint/hadolint.git - rev: v2.13.0-beta + rev: v2.13.1-beta hooks: - id: hadolint-docker entry: hadolint/hadolint:v2.12.1-beta hadolint # Lint: Python - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8