Remove the pretty-format-json
hook from this and other repositories
#317
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
good first issue
New-contributor friendly
help wanted
Open to participation from the community
🟧 priority: high
Stalls work on the project or its dependents
Description
This repository has https://github.com/pre-commit/pre-commit-hooks#pretty-format-json hook while other repositories probably do not. The requirements for linting
json
files thus differs between repositories. This difference causes extra sync requests when thejson
files from this repositories have different format than thejson
files in other repositories (and no other changes).This PR was failing CI:
WordPress/openverse-frontend#1917
I've fixed linting errors, and then merged them in. After that, a new sync PR was opened with identical changes but different formatting:
WordPress/openverse-frontend#1920
This issue is marked as
high
priority because not fixing it causes a drift between repository configs.The text was updated successfully, but these errors were encountered: