Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
🔄 synced local '.pre-commit-config.yaml' with remote 'templates/.pre-…
Browse files Browse the repository at this point in the history
…commit-config.frontend.yaml.jinja'
  • Loading branch information
openverse-bot committed Jan 31, 2023
1 parent bd0ea7b commit e7c85ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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/.*$ # ESLint raises warnings for ignored files.
"types": [file] # ESLint only accepts [javascript] by default.
args:
- --ignore-path=.gitignore
Expand Down

0 comments on commit e7c85ee

Please sign in to comment.