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 fc005e1 commit 45bf922Copy full SHA for 45bf922
pyproject.toml
@@ -236,9 +236,6 @@ select = [
236
"src/speculators/convert/**/*.py" = [
237
"BLE001", # allow catching Exception for conversion errors
238
]
239
-"scripts/**/*.py" = [
240
- "INP001",
241
-]
242
243
"src/speculators/data_generation/**/*.py" = [
244
"S106", # false positives for chat template tokens
@@ -254,6 +251,7 @@ select = [
254
251
"PTH", # os.path is acceptable in data generation
255
252
256
253
"scripts/**/*.py" = [
+ "INP001", # allow implicit namespace packages in scripts
257
"PTH", # os.path is acceptable in scripts
258
259
0 commit comments