We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa32bf9 commit d375a98Copy full SHA for d375a98
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
fail_fast: false
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.15.2
+ rev: v0.15.5
5
hooks:
6
- id: ruff-check
7
- id: ruff-format
@@ -18,7 +18,7 @@ repos:
18
- id: check-added-large-files
19
- id: check-shebang-scripts-are-executable
20
- repo: https://github.com/tombi-toml/tombi-pre-commit
21
- rev: v0.7.32
+ rev: v0.9.4
22
23
- id: tombi-format
24
- id: tombi-lint
pyproject.toml
@@ -114,3 +114,6 @@ packages = ["zmk"]
114
115
[tool.setuptools_scm]
116
version_file = "zmk/_version.py"
117
+
118
+[tool.tombi.files]
119
+exclude = ["uv.lock"]
0 commit comments