mirror of https://github.com/Bing-su/adetailer.git
[pre-commit.ci] pre-commit autoupdate (#785)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>pull/799/head
parent
36189cbea7
commit
b75b1aa1dd
|
|
@ -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.9.9
|
rev: v0.11.12
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [--fix, --exit-non-zero-on-fix]
|
args: [--fix, --exit-non-zero-on-fix]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
from __future__ import annotations # noqa: A005
|
from __future__ import annotations
|
||||||
|
|
||||||
import io
|
import io
|
||||||
import platform
|
import platform
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue