Skip to content

Commit d375a98

Browse files
committed
fix: Exclude uv.lock from TOML checks
1 parent aa32bf9 commit d375a98

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fail_fast: false
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.15.2
4+
rev: v0.15.5
55
hooks:
66
- id: ruff-check
77
- id: ruff-format
@@ -18,7 +18,7 @@ repos:
1818
- id: check-added-large-files
1919
- id: check-shebang-scripts-are-executable
2020
- repo: https://github.com/tombi-toml/tombi-pre-commit
21-
rev: v0.7.32
21+
rev: v0.9.4
2222
hooks:
2323
- id: tombi-format
2424
- id: tombi-lint

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,6 @@ packages = ["zmk"]
114114

115115
[tool.setuptools_scm]
116116
version_file = "zmk/_version.py"
117+
118+
[tool.tombi.files]
119+
exclude = ["uv.lock"]

0 commit comments

Comments
 (0)