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:
renovate[bot] 2024-07-20 14:42:21 +02:00 committed by GitHub
parent 931e0cb3a8
commit fe63b64d8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
default_stages: [commit]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.2
rev: v0.5.3
hooks:
- id: ruff
args: [--fix]

View File

@ -23,7 +23,7 @@ class HookType(Enum):
class HookContext:
def __init__( # noqa: PLR0913
def __init__(
self,
flag_key: str,
flag_type: FlagType,