Skip to content

Commit 846bbb1

Browse files
Enforce ruff rule RUF100
RUF100 Unused `noqa` directive
1 parent 1c88466 commit 846bbb1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

fsspec/implementations/tests/test_smb.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ def delay_rerun(*args):
2020
return True
2121

2222

23-
# ruff: noqa: F821
24-
2523
if os.environ.get("WSL_INTEROP"):
2624
# Running on WSL (Windows)
2725
port_test = [9999]

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,9 @@ select = [
179179
"RUF006",
180180
"RUF012",
181181
"RUF015",
182-
"RUF019",
183-
"RUF022",
184182
"RUF024",
185183
"RUF046",
184+
"RUF100",
186185
"SIM",
187186
"SLOT",
188187
"SIM101",

0 commit comments

Comments
 (0)