Skip to content

Commit fe63b64

Browse files
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 <[email protected]> --------- Signed-off-by: gruebel <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: gruebel <[email protected]>
1 parent 931e0cb commit fe63b64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default_stages: [commit]
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.5.2
4+
rev: v0.5.3
55
hooks:
66
- id: ruff
77
args: [--fix]

openfeature/hook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class HookType(Enum):
2323

2424

2525
class HookContext:
26-
def __init__( # noqa: PLR0913
26+
def __init__(
2727
self,
2828
flag_key: str,
2929
flag_type: FlagType,

0 commit comments

Comments
 (0)