[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](https://github.com/astral-sh/ruff-pre-commit/compare/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>
This commit is contained in:
pre-commit-ci[bot]
2024-11-26 08:59:28 +01:00
committed by GitHub
parent 26e3b35f7e
commit b4eb2cae8f
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.4" rev: "v0.8.0"
hooks: hooks:
- id: ruff - id: ruff
args: ["--fix"] args: ["--fix"]

View File

@@ -7,8 +7,8 @@ from xdist.plugin import is_xdist_worker
__all__ = [ __all__ = [
"__version__", "__version__",
"is_xdist_worker",
"is_xdist_master",
"is_xdist_controller",
"get_xdist_worker_id", "get_xdist_worker_id",
"is_xdist_controller",
"is_xdist_master",
"is_xdist_worker",
] ]