Skip to content

Commit a479a81

Browse files
authored
chore(pre-commit): exclude browsers.json for EOL (#79)
1 parent 767d41b commit a479a81

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ repos:
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
9+
exclude: ^playwright/drivers/browsers.json$
910
- id: check-yaml
1011
- id: check-added-large-files
1112
- repo: https://github.com/psf/black

playwright/drivers/browsers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"revision": "1308"
1515
}
1616
]
17-
}
17+
}

0 commit comments

Comments
 (0)