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 88 language : python
99 additional_dependencies : [pygments, restructuredtext_lint]
1010 - repo : https://github.com/astral-sh/ruff-pre-commit
11- rev : v0.3.3
11+ rev : v0.12.0
1212 hooks :
1313 - id : ruff
1414 args : ["--fix"]
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def pytest_report_header(config):
5858 plugin = Config (config )
5959 if not plugin .is_enabled :
6060 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 (
6262 plugin = plugin
6363 )
6464
You can’t perform that action at this time.
0 commit comments