diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8c30e1b..592f94b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: # Other file formatting, plus common Git mistakes & text file standardization: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files # Don't accidentally commit giant files. - id: check-merge-conflict # Watch for lingering merge markers. @@ -48,13 +48,13 @@ repos: # Deterministic python formatting: - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.9.1 hooks: - id: black language_version: python3.10 - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.9-for-vscode + rev: v3.0.3 hooks: - id: prettier types_or: [yaml] @@ -65,7 +65,7 @@ repos: # Check for PEP8 non-compliance, code complexity, style, errors, etc: - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 args: [--config, tox.ini] @@ -100,7 +100,7 @@ repos: # Lint any RST files and embedded code blocks for syntax / formatting errors - repo: https://github.com/rstcheck/rstcheck - rev: v6.1.2 + rev: v6.2.0 hooks: - id: rstcheck additional_dependencies: [sphinx] @@ -108,7 +108,7 @@ repos: # Lint Dockerfiles for errors and to ensure best practices - repo: https://github.com/AleksaC/hadolint-py - rev: v2.12.0.2 + rev: v2.12.0.3 hooks: - id: hadolint