From 618f6f5a3f0a4f68037bea75b007e9506b1e3c15 Mon Sep 17 00:00:00 2001 From: lbluque <9788715+lbluque@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:24:09 +0000 Subject: [PATCH] auto-update pre-commit hooks --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b67c94..e54ef64 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml - id: fix-encoding-pragma @@ -18,12 +18,12 @@ repos: args: ['--maxkb=500'] - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/asottile/blacken-docs - rev: 1.18.0 + rev: 1.19.1 hooks: - id: blacken-docs additional_dependencies: [black==23.1.0] @@ -38,7 +38,7 @@ repos: - --profile=black - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.19.0 hooks: - id: pyupgrade args: [--py38-plus] @@ -71,6 +71,6 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.10.1' # Use the sha / tag you want to point at + rev: 'v1.13.0' # Use the sha / tag you want to point at hooks: - id: mypy