mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 11:19:53 +00:00
[pre-commit.ci] pre-commit autoupdate (#736)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.2...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:
committed by
GitHub
parent
358d1706f9
commit
291797c9c8
@@ -24,7 +24,7 @@ repos:
|
|||||||
- id: prettier
|
- id: prettier
|
||||||
|
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.7.2
|
rev: v0.8.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [--fix, --exit-non-zero-on-fix]
|
args: [--fix, --exit-non-zero-on-fix]
|
||||||
|
|||||||
@@ -7,11 +7,11 @@ from .ultralytics import ultralytics_predict
|
|||||||
ADETAILER = "ADetailer"
|
ADETAILER = "ADetailer"
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"__version__",
|
|
||||||
"ADetailerArgs",
|
|
||||||
"ADETAILER",
|
"ADETAILER",
|
||||||
"ALL_ARGS",
|
"ALL_ARGS",
|
||||||
|
"ADetailerArgs",
|
||||||
"PredictOutput",
|
"PredictOutput",
|
||||||
|
"__version__",
|
||||||
"get_models",
|
"get_models",
|
||||||
"mediapipe_predict",
|
"mediapipe_predict",
|
||||||
"ultralytics_predict",
|
"ultralytics_predict",
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ except ImportError:
|
|||||||
from .restore import CNHijackRestore, cn_allow_script_control
|
from .restore import CNHijackRestore, cn_allow_script_control
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"ControlNetExt",
|
|
||||||
"CNHijackRestore",
|
"CNHijackRestore",
|
||||||
|
"ControlNetExt",
|
||||||
"cn_allow_script_control",
|
"cn_allow_script_control",
|
||||||
"controlnet_exists",
|
"controlnet_exists",
|
||||||
"controlnet_type",
|
"controlnet_type",
|
||||||
|
|||||||
Reference in New Issue
Block a user