Skip to content

Commit 63afcf7

Browse files
authored
Merge pull request #217 from gdsfactory/add-pretty-format-toml-exclude-uv-lock
2 parents 54a5476 + 798d851 commit 63afcf7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ repos:
2424
args: [--fix, --exit-non-zero-on-fix, --config=pyproject.toml]
2525
- id: ruff-format
2626
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
27-
rev: v2.14.0
27+
rev: v2.16.0
2828
hooks:
2929
- id: pretty-format-toml
3030
args: [--autofix]
31+
exclude: ^uv\.lock$
3132
- repo: https://github.com/aristanetworks/j2lint.git
3233
rev: v1.1.0
3334
hooks:

0 commit comments

Comments
 (0)