mirror of
https://github.com/hanzo-ml/kserve.git
synced 2026-07-27 06:55:14 +00:00
34 lines
807 B
TOML
34 lines
807 B
TOML
line-length = 88
|
|
exclude = [
|
|
".venv",
|
|
"venv",
|
|
"python/kserve/kserve/exceptions.py",
|
|
"python/kserve/kserve/configuration.py",
|
|
"python/kserve/kserve/models",
|
|
"python/kserve/kserve/rest.py",
|
|
"python/kserve/kserve/api_client.py",
|
|
"python/kserve/test/test_v1*.py",
|
|
"python/kserve/kserve/__init__.py",
|
|
"python/kserve/test/__init__.py",
|
|
"python/kserve/test/test_knative*.py",
|
|
"python/kserve/kserve/protocol/grpc/grpc_predict_v2*.py",
|
|
"python/kserve/build/**/*.py",
|
|
"python/*_pb2.py",
|
|
"python/*_pb2.pyi",
|
|
"docs/**/*.py",
|
|
"docs/**/*.ipynb",
|
|
"python/kserve/kserve/protocol/rest/openai/types/openapi.py",
|
|
]
|
|
[lint]
|
|
ignore = [
|
|
"B017",
|
|
"E501",
|
|
"B904", #raise-without-from-inside-except
|
|
]
|
|
select = [
|
|
"B",
|
|
"E",
|
|
"F",
|
|
"W",
|
|
]
|