8000 Skip checking of the OpenTelemetry instrumentation module with black · mysql/mysql-connector-python@5be5f6b · GitHub
[go: up one dir, main page]

Skip to content

Commit 5be5f6b

Browse files
committed
Skip checking of the OpenTelemetry instrumentation module with black
The latest version of `black` suggests a reformatting action that would lead to syntax compatibility issues with Python 3.8.
1 parent 41756ef commit 5be5f6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ exclude = '''
6666
| mysqlx-connector-python/lib/mysqlx/locales/eng
6767
| venv
6868
)/
69+
| mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py
6970
| mysqlx-connector-python/lib/mysqlx/protobuf/mysqlx_connection_pb2.py
7071
| mysqlx-connector-python/lib/mysqlx/protobuf/mysqlx_crud_pb2.py
7172
| mysqlx-connector-python/lib/mysqlx/protobuf/mysqlx_cursor_pb2.py

0 commit comments

Comments
 (0)
0