From 6cf8cb4f2586f531f025aba2ea722d2443a3663b Mon Sep 17 00:00:00 2001 From: henrikstranneheim Date: Tue, 26 Nov 2024 10:39:31 +0100 Subject: [PATCH] feat(lint): Update --- .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 5d25896..548151c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black args: ["--line-length", "100"] @@ -10,7 +10,7 @@ repos: - id: isort name: isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.2 + rev: v0.8.0 hooks: - id: ruff \ No newline at end of file