Skip to content

Commit

Permalink
chore: noqa directive for env variable use
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Phillips <[email protected]>
  • Loading branch information
spiffcs committed Dec 23, 2024
1 parent dd3fe31 commit de8e24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vunnel/providers/github/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@dataclass
class Config:
token: str = "env:GITHUB_TOKEN"
token: str = "env:GITHUB_TOKEN" # noqa: S105
api_url: str = "https://api.github.com/graphql"
runtime: provider.RuntimeConfig = field(
default_factory=lambda: provider.RuntimeConfig(
Expand Down

0 comments on commit de8e24f

Please sign in to comment.