Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed May 14, 2024
1 parent a57e4b1 commit 76df2bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ repos:
rev: v1.35.1
hooks:
- id: yamllint

- repo: https://github.com/rtts/djhtml
rev: '3.0.6' # replace with the latest tag on GitHub
rev: '3.0.6'
hooks:
- id: djhtml
- id: djcss
Expand Down
2 changes: 1 addition & 1 deletion src/firefighter/incidents/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Meta:

id = tables.Column(
linkify=True,
attrs={"a": {"class": "text-primary hover:text-primary/80"}},
attrs={"a": {"class": "text-primary hover:text-primary/80"}},
)
title = tables.Column(
linkify=True,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2 id="footer-heading" class="sr-only">Footer</h2>
<div class="md:grid md:grid-cols-3 md:gap-8">

<div class="mt-8 md:mt-0">
<p class="footer-title font-medium">{{APP_DISPLAY_NAME}}{% if FF_VERSION %} <span class="text-base-content text-opacity-80 text-sm font-normal"> {{ FF_VERSION }} </span>{% endif %}</p>
<h3 class="footer-title">{{APP_DISPLAY_NAME}}{% if FF_VERSION %} <span class="text-base-content text-opacity-80 text-sm font-normal"> {{ FF_VERSION }} </span>{% endif %}</h3>
<p class="mt-2 text-sm text-base-content text-opacity-70">Report, manage, escalate!</p>
</div>
<div class="grid grid-cols-3 gap-8 md:col-span-2">
Expand Down
1 change: 0 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ module.exports = {
"base-300": "#E5E6E6",
},
},
"wireframe",
{
darkff: {
...require("daisyui/src/theming/themes")["dark"],
Expand Down

0 comments on commit 76df2bb

Please sign in to comment.