Skip to content

Commit

Permalink
Skip ESLint in Python repos
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Nov 22, 2022
1 parent 28dced1 commit 1362839
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,18 @@ group:
# Unified lint rules
- repos: |
WordPress/openverse
files:
- source: .pre-commit-config.yaml.jinja
dest: .pre-commit-config.yaml
template: true
- repos: |
WordPress/openverse-catalog
WordPress/openverse-api
files:
- source: .pre-commit-config.yaml.jinja
dest: .pre-commit-config.yaml
template: true
template:
contains_js_code: false
- repos: |
WordPress/openverse-frontend
files:
Expand Down

0 comments on commit 1362839

Please sign in to comment.