From e01c11b0c6fde2739469f815c4170147c1ac3350 Mon Sep 17 00:00:00 2001 From: Marcelo Lotif Date: Fri, 26 Apr 2024 10:39:51 -0400 Subject: [PATCH] Adding nextjs-unit to the skip list of autofix bot --- .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 d988a139..5bee7759 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -88,5 +88,5 @@ ci: autoupdate_branch: '' autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate' autoupdate_schedule: weekly - skip: [pytest-unit, doctest,mypy,nextjs-lint] + skip: [pytest-unit,nextjs-unit,doctest,mypy,nextjs-lint] submodules: false