Skip to content

Commit

Permalink
Merge pull request #75 from tekktrik/dev/updates
Browse files Browse the repository at this point in the history
Add Mastodon link, update pre-commit
  • Loading branch information
tekktrik authored Jan 15, 2025
2 parents eef11e9 + a6ceeb8 commit bfb8d2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 3 additions & 0 deletions flask_app/templates/layout/_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
<a href="mailto:[email protected]">
<i class="nav-icon d-none d-md-block bi-envelope-at-fill" style="font-size: 2rem; color: white;" aria-label="Link to send email"></i>
</a>
<a rel="me" href="https://fosstodon.org/@tekktrik" target="_blank">
<i class="nav-icon d-none d-md-block bi-mastodon" style="font-size: 2rem; color: white;" aria-label="Link to Mastodon profile"></i>
</a>
<a href="https://linkedin.com/in/alec-delaney" target="_blank">
<i class="nav-icon d-none d-md-block bi-linkedin" style="font-size: 2rem; color: white;" aria-label="Link to LinkedIn page"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion scripts/graphql.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
URL,
json=query_param,
headers={
"Authorization": f'Bearer {config["GH_TOKEN"]}',
"Authorization": f"Bearer {config['GH_TOKEN']}",
},
timeout=5,
)
Expand Down

0 comments on commit bfb8d2f

Please sign in to comment.