File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,7 @@ exclude = [
8282 " venv" ,
8383 " */migrations/*" ,
8484 " noxfile.py" ,
85- " src/a2a/grpc/a2a_pb2_grpc.py" ,
86- " src/a2a/grpc/a2a_pb2.py" ,
87- " src/a2a/grpc/a2a_pb2.pyi" ,
85+ " src/a2a/grpc/**" ,
8886]
8987
9088[lint .isort ]
@@ -144,9 +142,7 @@ inline-quotes = "single"
144142[format ]
145143exclude = [
146144 " types.py" ,
147- " src/a2a/grpc/a2a_pb2_grpc.py" ,
148- " src/a2a/grpc/a2a_pb2.py" ,
149- " src/a2a/grpc/a2a_pb2.pyi" ,
145+ " src/a2a/grpc/**" ,
150146]
151147docstring-code-format = true
152148docstring-code-line-length = " dynamic" # Or set to 80
Original file line number Diff line number Diff line change 6464 VALIDATE_GIT_COMMITLINT : false
6565 PYTHON_MYPY_CONFIG_FILE : .mypy.ini
6666 FILTER_REGEX_INCLUDE : " .*src/**/*"
67+ FILTER_REGEX_EXCLUDE : " **/grpc/**/*"
6768 PYTHON_RUFF_CONFIG_FILE : .ruff.toml
You can’t perform that action at this time.
0 commit comments