From e7143f654088f272a8dbb69751c6b6182759a57b Mon Sep 17 00:00:00 2001 From: NormannK Date: Sun, 16 Feb 2025 15:21:41 +0100 Subject: [PATCH] pre-commit autoupdate --- .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 20856d2..fca349d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,12 +12,12 @@ repos: - id: check-merge-conflict exclude: '\.rst$' # Exclude .rst files - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort name: isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.8 + rev: v0.9.6 hooks: # Run the linter and fix simple issues automatically - id: ruff @@ -25,7 +25,7 @@ repos: # Run the formatter. - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.13.0' + rev: 'v1.15.0' hooks: - id: mypy additional_dependencies: