Skip to content

Commit 45bf922

Browse files
committed
Fix rebase error
Signed-off-by: Fynn Schmitt-Ulms <[email protected]>
1 parent fc005e1 commit 45bf922

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,6 @@ select = [
236236
"src/speculators/convert/**/*.py" = [
237237
"BLE001", # allow catching Exception for conversion errors
238238
]
239-
"scripts/**/*.py" = [
240-
"INP001",
241-
]
242239

243240
"src/speculators/data_generation/**/*.py" = [
244241
"S106", # false positives for chat template tokens
@@ -254,6 +251,7 @@ select = [
254251
"PTH", # os.path is acceptable in data generation
255252
]
256253
"scripts/**/*.py" = [
254+
"INP001", # allow implicit namespace packages in scripts
257255
"PTH", # os.path is acceptable in scripts
258256
]
259257

0 commit comments

Comments
 (0)