Skip to content

Commit

Permalink
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.5…
Browse files Browse the repository at this point in the history
….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>
  • Loading branch information
renovate[bot] and gruebel authored Jul 20, 2024
1 parent 931e0cb commit fe63b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion openfeature/hook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class HookType(Enum):


class HookContext:
def __init__( # noqa: PLR0913
def __init__(
self,
flag_key: str,
flag_type: FlagType,
Expand Down

0 comments on commit fe63b64

Please sign in to comment.