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.
1 parent 2108fe0 commit 7fe2a65Copy full SHA for 7fe2a65
fsspec/implementations/tests/test_smb.py
@@ -20,8 +20,6 @@ def delay_rerun(*args):
20
return True
21
22
23
-# ruff: noqa: F821
24
-
25
if os.environ.get("WSL_INTEROP"):
26
# Running on WSL (Windows)
27
port_test = [9999]
pyproject.toml
@@ -179,10 +179,9 @@ select = [
179
"RUF006",
180
"RUF012",
181
"RUF015",
182
- "RUF019",
183
- "RUF022",
184
"RUF024",
185
"RUF046",
+ "RUF100",
186
"SIM",
187
"SLOT",
188
"SIM101",
0 commit comments