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 26e3b35 commit b4eb2caCopy full SHA for b4eb2ca
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.7.4"
+ rev: "v0.8.0"
4
hooks:
5
- id: ruff
6
args: ["--fix"]
src/xdist/__init__.py
@@ -7,8 +7,8 @@
7
8
__all__ = [
9
"__version__",
10
- "is_xdist_worker",
11
- "is_xdist_master",
12
- "is_xdist_controller",
13
"get_xdist_worker_id",
+ "is_xdist_controller",
+ "is_xdist_master",
+ "is_xdist_worker",
14
]
0 commit comments