From 3f7a64d6a52b90661ae29d6eafabc840014f67d1 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:08:02 +0200 Subject: [PATCH] MAINT: remove redundant 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 e950e84..eaad89f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ ci: autoupdate_commit_msg: "MAINT: update lock files" - autoupdate_schedule: quarterly # already done by requirements-cron.yml + autoupdate_schedule: quarterly skip: - mypy - pyright