diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 933007b5..4d22b878 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/src/firefighter/incidents/tables.py b/src/firefighter/incidents/tables.py index dd4ffe77..cabcb106 100644 --- a/src/firefighter/incidents/tables.py +++ b/src/firefighter/incidents/tables.py @@ -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, diff --git a/src/firefighter/incidents/templates/layouts/partials/footer.html b/src/firefighter/incidents/templates/layouts/partials/footer.html index 3b1a0d31..302cfe7f 100644 --- a/src/firefighter/incidents/templates/layouts/partials/footer.html +++ b/src/firefighter/incidents/templates/layouts/partials/footer.html @@ -9,7 +9,7 @@
Report, manage, escalate!