Skip to content

Commit b4eb2ca

Browse files
[pre-commit.ci] pre-commit autoupdate (#1158)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.0](astral-sh/ruff-pre-commit@v0.7.4...v0.8.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 26e3b35 commit b4eb2ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.7.4"
3+
rev: "v0.8.0"
44
hooks:
55
- id: ruff
66
args: ["--fix"]

src/xdist/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
__all__ = [
99
"__version__",
10-
"is_xdist_worker",
11-
"is_xdist_master",
12-
"is_xdist_controller",
1310
"get_xdist_worker_id",
11+
"is_xdist_controller",
12+
"is_xdist_master",
13+
"is_xdist_worker",
1414
]

0 commit comments

Comments
 (0)