From 6a411ba7fab1aa4573706da4959bb1dac67ca975 Mon Sep 17 00:00:00 2001 From: Naoki Yokoyama Date: Sun, 20 Oct 2024 01:06:44 +0400 Subject: [PATCH] added missing newline --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6943b2f..711fcd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -132,4 +132,5 @@ warn_unreachable = true warn_redundant_casts = true no_implicit_optional = true files = ['vlfm','test','scripts'] -exclude = "^(docker|.*external|.*thirdparty|.*install|.*build|.*_experimental|.*_pb2.py|.*_pb2_grpc.py)" \ No newline at end of file +exclude = "^(docker|.*external|.*thirdparty|.*install|.*build|.*_experimental|.*_pb2.py|.*_pb2_grpc.py)" +