From 1a4bea7c596fb5a6a83562c2f004deba90a7c9cd Mon Sep 17 00:00:00 2001 From: Johanna England Date: Thu, 17 Oct 2024 09:53:04 +0200 Subject: [PATCH] Upgrade linter versions to same as MegaLinter Black to 24.10.0 and ruff to 0.6.9 --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4dc8337335..d9b49f1da8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,11 +8,11 @@ repos: - id: end-of-file-fixer exclude: &exclude_pattern '^changelog.d/' - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.1 + rev: v0.6.9 hooks: - id: ruff - repo: https://github.com/twisted/towncrier