chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.5.3 (#350)
* chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.5.3 * fix linting Signed-off-by: gruebel <anton.gruebel@gmail.com> --------- Signed-off-by: gruebel <anton.gruebel@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: gruebel <anton.gruebel@gmail.com>
This commit is contained in:
parent
931e0cb3a8
commit
fe63b64d8f
|
|
@ -1,7 +1,7 @@
|
||||||
default_stages: [commit]
|
default_stages: [commit]
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.5.2
|
rev: v0.5.3
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [--fix]
|
args: [--fix]
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ class HookType(Enum):
|
||||||
|
|
||||||
|
|
||||||
class HookContext:
|
class HookContext:
|
||||||
def __init__( # noqa: PLR0913
|
def __init__(
|
||||||
self,
|
self,
|
||||||
flag_key: str,
|
flag_key: str,
|
||||||
flag_type: FlagType,
|
flag_type: FlagType,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue