From 6195a4353bbbb5c8363f35f9f633aa5309d7245c Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 1 Jan 2025 06:42:35 +0000 Subject: [PATCH] Update `pre-commit` hooks --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 53c115db..4757e5af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - repo: https://github.com/asottile/pyupgrade # Latest version for Python 3.7: 3.3.2 # Latest version for Python 3.8: 3.8.0 - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py37-plus] @@ -42,7 +42,7 @@ repos: # More information can be found in its documentation: # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.3 + rev: v0.8.4 hooks: - id: ruff # Fix what can be fixed in-place and exit with non-zero status if files were @@ -69,7 +69,7 @@ repos: # The project's documentation can be found at: # https://mypy.readthedocs.io/en/stable/index.html - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.14.1 hooks: - id: mypy