Skip to content

Commit 83a3cd4

Browse files
committed
chore: exempt json files copied from juju from specific checks
1 parent ac99474 commit 83a3cd4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ repos:
1414
- id: check-toml
1515
- id: mixed-line-ending
1616
- id: end-of-file-fixer
17+
exclude: "^juju/client/schemas-juju.*json$"
1718
- id: trailing-whitespace
1819
- id: detect-private-key
1920
# Run the Ruff linter.

0 commit comments

Comments
 (0)