We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931e0cb commit fe63b64Copy full SHA for fe63b64
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
default_stages: [commit]
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.5.2
+ rev: v0.5.3
5
hooks:
6
- id: ruff
7
args: [--fix]
openfeature/hook/__init__.py
@@ -23,7 +23,7 @@ class HookType(Enum):
23
24
25
class HookContext:
26
- def __init__( # noqa: PLR0913
+ def __init__(
27
self,
28
flag_key: str,
29
flag_type: FlagType,
0 commit comments