diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c31b846..3dd2e41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: check-json - id: end-of-file-fixer repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 - hooks: - args: - --in-place @@ -26,7 +26,7 @@ repos: - --ignore-init-module-imports id: autoflake repo: https://github.com/myint/autoflake - rev: v2.2.1 + rev: v2.3.1 - repo: https://github.com/asottile/setup-cfg-fmt rev: v2.5.0 @@ -34,7 +34,7 @@ repos: - id: setup-cfg-fmt - repo: https://github.com/asottile/reorder-python-imports - rev: v3.12.0 + rev: v3.13.0 hooks: - args: - --py38-plus @@ -44,11 +44,11 @@ repos: - --py38-plus id: pyupgrade repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.2 - hooks: - id: black repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.4.2 - hooks: - id: blacken-docs args: [-l80] @@ -57,7 +57,7 @@ repos: - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.12.0 + rev: v2.13.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2'] @@ -70,7 +70,7 @@ repos: stages: - commit-msg repo: https://github.com/commitizen-tools/commitizen - rev: v3.14.1 + rev: v3.27.0 - repo: https://github.com/PyCQA/docformatter