Skip to content

Commit 32ef719

Browse files
committed
chore(google-cloud-core): remove scanner pragmas and apply formatting
1 parent 026ada7 commit 32ef719

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

packages/google-cloud-core/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def core_deps_from_source(session, protobuf_implementation):
341341
f"{CURRENT_DIRECTORY}/../google-api-core",
342342
f"{CURRENT_DIRECTORY}/../google-auth",
343343
f"{CURRENT_DIRECTORY}/../grpc-google-iam-v1",
344-
f"{CURRENT_DIRECTORY}/../proto-plus"
344+
f"{CURRENT_DIRECTORY}/../proto-plus",
345345
]
346346

347347
for dep in core_dependencies_from_source:

packages/google-cloud-core/pytest.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@ filterwarnings =
88
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
99
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
1010
# Remove after support for Python 3.10+ is dropped
11-
# version-scanner: ignore-next-line
1211
ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):DeprecationWarning
13-
# version-scanner: ignore-next-line
1412
ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):FutureWarning

0 commit comments

Comments
 (0)