You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: `ruff format` is not yet stable, and subject to change in future versions.
121
118
2 files left unchanged
122
119
"###);
123
120
Ok(())
@@ -187,7 +184,6 @@ OTHER = "OTHER"
187
184
2 files would be reformatted
188
185
189
186
----- stderr -----
190
-
warning: `ruff format` is not yet stable, and subject to change in future versions.
191
187
"###);
192
188
Ok(())
193
189
}
@@ -221,7 +217,6 @@ if __name__ == '__main__':
221
217
----- stdout -----
222
218
223
219
----- stderr -----
224
-
warning: `ruff format` is not yet stable, and subject to change in future versions.
225
220
"###);
226
221
Ok(())
227
222
}
@@ -278,7 +273,6 @@ if condition:
278
273
print('Should change quotes')
279
274
280
275
----- stderr -----
281
-
warning: `ruff format` is not yet stable, and subject to change in future versions.
282
276
warning: The following rules may cause conflicts when used with the formatter: 'Q000'. To avoid unexpected behavior, we recommend disabling these rules, either by removing them from the `select` or `extend-select` configuration, or adding then to the `ignore` configuration.
283
277
"###);
284
278
Ok(())
@@ -360,7 +354,6 @@ def say_hy(name: str):
360
354
1 file reformatted
361
355
362
356
----- stderr -----
363
-
warning: `ruff format` is not yet stable, and subject to change in future versions.
364
357
warning: The following rules may cause conflicts when used with the formatter: 'COM812', 'COM819', 'D206', 'E501', 'ISC001', 'Q000', 'Q001', 'Q002', 'Q003', 'W191'. To avoid unexpected behavior, we recommend disabling these rules, either by removing them from the `select` or `extend-select` configuration, or adding then to the `ignore` configuration.
365
358
warning: The following isort options may cause conflicts when used with the formatter: 'isort.force-single-line', 'isort.force-wrap-aliases', 'isort.lines-after-imports', 'isort.lines_between_types'. To avoid unexpected behavior, we recommend disabling these options by removing them from the configuration.
366
359
"###);
@@ -400,7 +393,6 @@ def say_hy(name: str):
400
393
print(f"Hy {name}")
401
394
402
395
----- stderr -----
403
-
warning: `ruff format` is not yet stable, and subject to change in future versions.
404
396
warning: The following rules may cause conflicts when used with the formatter: 'COM812', 'COM819', 'D206', 'E501', 'ISC001', 'Q000', 'Q001', 'Q002', 'Q003', 'W191'. To avoid unexpected behavior, we recommend disabling these rules, either by removing them from the `select` or `extend-select` configuration, or adding then to the `ignore` configuration.
405
397
warning: The following isort options may cause conflicts when used with the formatter: 'isort.force-single-line', 'isort.force-wrap-aliases', 'isort.lines-after-imports', 'isort.lines_between_types'. To avoid unexpected behavior, we recommend disabling these options by removing them from the configuration.
406
398
"###);
@@ -443,7 +435,6 @@ fn test_diff() {
443
435
z = 3
444
436
445
437
----- stderr -----
446
-
warning: `ruff format` is not yet stable, and subject to change in future versions.
447
438
2 files would be reformatted, 1 file left unchanged
448
439
"###);
449
440
});
@@ -473,7 +464,6 @@ fn test_diff_no_change() {
473
464
z = 3
474
465
475
466
----- stderr -----
476
-
warning: `ruff format` is not yet stable, and subject to change in future versions.
0 commit comments