Skip to content

Commit 2012a1c

Browse files
Add ruff to bufbuild-protovalidate-protocolbuffers
1 parent 6a88572 commit 2012a1c

File tree

2 files changed

+45
-2
lines changed

2 files changed

+45
-2
lines changed

bufbuild-protovalidate-protocolbuffers/pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bufbuild-protovalidate-protocolbuffers"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
description = "Messages, enum types and stubs for buf.build/bufbuild/protovalidate for python."
55
readme = "README.md"
66
license = "Apache-2.0"
@@ -20,6 +20,15 @@ classifiers = [
2020
]
2121
dependencies = ["protobuf>=5"]
2222

23+
24+
[dependency-groups]
25+
dev = ["ruff>=0.12.12"]
26+
27+
28+
[tool.ruff]
29+
line-length = 120
30+
exclude = ["buf/validate/proto*/**"]
31+
2332
[[tool.uv.index]]
2433
name = "testpypi"
2534
url = "https://test.pypi.org/simple/"

bufbuild-protovalidate-protocolbuffers/uv.lock

Lines changed: 35 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)