From f5085778fd23e7f5c3536b1f7c40c67bf09f7e6f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 22:03:26 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/pre-commit/mirrors-eslint: v8.56.0 → v9.2.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.56.0...v9.2.0) --- .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 fe91f193..e97a9fa5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: # Autoformat: Python code - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.2 hooks: - id: black @@ -46,7 +46,7 @@ repos: # Misc... - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 # ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available hooks: # Autoformat: Makes sure files end in a newline and only a newline. @@ -70,7 +70,7 @@ repos: # Lint: JS code - repo: https://github.com/pre-commit/mirrors-eslint - rev: "v8.56.0" # Use the sha / tag you want to point at + rev: "v9.2.0" # Use the sha / tag you want to point at hooks: - id: eslint files: \.jsx?$ From 74dc1c4006492b645dc0da3990a36a669ebbfae3 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 7 May 2024 07:40:56 +0200 Subject: [PATCH 2/2] Revert not-yet-functional eslint bump --- .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 e97a9fa5..dcd98d97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -70,7 +70,7 @@ repos: # Lint: JS code - repo: https://github.com/pre-commit/mirrors-eslint - rev: "v9.2.0" # Use the sha / tag you want to point at + rev: "v8.56.0" # Use the sha / tag you want to point at hooks: - id: eslint files: \.jsx?$