mirror of
https://github.com/usestrix/strix.git
synced 2026-09-06 08:15:56 +00:00
refactor: Add noqa comments to validate_environment function for lint issues
This commit is contained in:
parent
29baf39564
commit
342ce6706d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ def format_token_count(count: float) -> str:
|
|||
return str(count)
|
||||
|
||||
|
||||
def validate_environment() -> None:
|
||||
def validate_environment() -> None: # noqa: PLR0912, PLR0915
|
||||
console = Console()
|
||||
missing_required_vars = []
|
||||
missing_optional_vars = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue