diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e440d2f..b1b4eb5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/fsfe/reuse-tool - rev: v4.0.3 + rev: v5.0.2 hooks: - name: Run REUSE id: reuse @@ -17,7 +17,7 @@ repos: - name: Trim trailing whitespace id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.1 + rev: v0.9.1 hooks: - id: ruff name: Lint via ruff diff --git a/flask_app/templates/layout/_header.html b/flask_app/templates/layout/_header.html index 8365fe2..0231774 100644 --- a/flask_app/templates/layout/_header.html +++ b/flask_app/templates/layout/_header.html @@ -50,6 +50,9 @@ + + + diff --git a/scripts/graphql.py b/scripts/graphql.py index b1ae7ef..dd38113 100644 --- a/scripts/graphql.py +++ b/scripts/graphql.py @@ -63,7 +63,7 @@ URL, json=query_param, headers={ - "Authorization": f'Bearer {config["GH_TOKEN"]}', + "Authorization": f"Bearer {config['GH_TOKEN']}", }, timeout=5, )