File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
language : python
9
9
additional_dependencies : [pygments, restructuredtext_lint]
10
10
- repo : https://github.com/astral-sh/ruff-pre-commit
11
- rev : v0.3.3
11
+ rev : v0.12.0
12
12
hooks :
13
13
- id : ruff
14
14
args : ["--fix"]
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def pytest_report_header(config):
58
58
plugin = Config (config )
59
59
if not plugin .is_enabled :
60
60
return "Test order randomisation NOT enabled. Enable with --random-order or --random-order-bucket=<bucket_type>"
61
- return ("Using --random-order-bucket={plugin.bucket_type}\n " "Using --random-order-seed={plugin.seed}\n " ).format (
61
+ return ("Using --random-order-bucket={plugin.bucket_type}\n Using --random-order-seed={plugin.seed}\n " ).format (
62
62
plugin = plugin
63
63
)
64
64
You can’t perform that action at this time.
0 commit comments