Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork960
Commit4e91a6c
committed
Tweak formatting for
This removes the "fmt: off" / "fmt: on" directives around the`@pytest.mark.parametrize` decoration on test_blob_filter, andreformats it with black, for consistency with other suchdecorations.The style used there, *if* it could be specified as a rule and thusused without "fmt:" directives, may be nicer than how black formatsmulti-line mark decorations. However, since that decoration waswritten, there have been a number of other such decorations, whichhave been in black style.This also removes the only (or only remaining?) "fmt:" directive inthe codebase. As such, it should possibly have been done in#1760.@pytest.mark.parametrize1 parentb438c45 commit4e91a6c
1 file changed
+9
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments
Comments
(0)