From 736591734c22367afd5fced0c5e2a939bea46047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Br=C3=A4nnlund?= Date: Tue, 7 Nov 2023 15:52:58 +0100 Subject: [PATCH] fix: Latest eslint is broken (#769) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2463c7e6..749720f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: args: [--py3-plus] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.53.0 + rev: v8.52.0 hooks: - id: eslint additional_dependencies: