Skip to content

Commit 64a510f

Browse files
committed
Remove stale pylint references and align CI with pre-commit
Remove all pylint inline comments left over after switching to ruff. Switch CI lint job from bare pip install ruff to pre-commit run, ensuring CI and pre-commit use the same pinned ruff version. Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent 3e4fd59 commit 64a510f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class AuthSettings(BaseSettings):
1313
"""Authentication settings"""
1414

1515
secret_key: str
16+
unified_secret: str = ""
1617
algorithm: str = "HS256"
1718
# Set to None so tokens don't expire
1819
access_token_expire_seconds: float = 315360000

0 commit comments

Comments
 (0)