From 7c1b9cb0af9165ef7fd500ab80906f3662d327f8 Mon Sep 17 00:00:00 2001 From: Dipack Date: Thu, 14 Mar 2024 10:26:56 -0700 Subject: [PATCH] Remove bad comment. --- .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 60302f8..f1645fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: exclude: (.github) args: [--title, "\n## Table of Contents", --maxlevel, '5'] - repo: https://github.com/pre-commit/mirrors-eslint - rev: 'v8.55.0' # Use the sha / tag you want to point at + rev: 'v8.55.0' hooks: - id: eslint types: [file]