We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f2a3df + 7ebc3e8 commit 2eda403Copy full SHA for 2eda403
pandas/tests/io/test_gcs.py
@@ -33,6 +33,7 @@ def gcs_buffer(monkeypatch):
33
gcs_buffer.close = lambda: True
34
35
class MockGCSFileSystem(AbstractFileSystem):
36
+ @staticmethod
37
def open(*args, **kwargs):
38
gcs_buffer.seek(0)
39
return gcs_buffer
pyproject.toml
@@ -67,7 +67,6 @@ disable = [
67
"invalid-repr-returned",
68
"invalid-unary-operand-type",
69
"no-member",
70
- "no-method-argument",
71
"no-name-in-module",
72
"no-value-for-parameter",
73
"not-an-iterable",
0 commit comments