From bdd5fbbf85cc4a85a6038d8af46bacfa5e1acc7c Mon Sep 17 00:00:00 2001 From: openverse-bot Date: Thu, 2 Feb 2023 23:07:50 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.pre-commit-co?= =?UTF-8?q?nfig.yaml'=20with=20remote=20'templates/.pre-commit-config.fron?= =?UTF-8?q?tend.yaml.jinja'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6572504082..7e480bd964 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ # - https://github.com/WordPress/openverse/blob/main/.pre-commit-config.yaml.jinja # - https://github.com/WordPress/openverse/blob/main/templates/.pre-commit-config.frontend.yaml.jinja -exclude: Pipfile\.lock|migrations|\.idea|node_modules|archive +exclude: Pipfile\.lock|migrations|\.idea|node_modules|archive|retired repos: - repo: local # More local hooks are defined at the bottom. @@ -42,7 +42,7 @@ repos: hooks: - id: eslint files: \.(js|ts|vue)$ - exclude: ^(nuxt-template-overrides/.*|.remake/.*) # ESLint raises warnings for ignored files. + exclude: ^nuxt-template-overrides/.*|.remake/.*$ # ESLint raises warnings for ignored files. "types": [file] # ESLint only accepts [javascript] by default. args: - --ignore-path=.gitignore