Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:
- pytest
repos:
- repo: https://github.com/python-poetry/poetry
rev: 2.4.1
rev: 2.5.1
hooks:
- id: poetry-check
- id: poetry-lock
Expand All @@ -22,17 +22,17 @@ repos:
name: check-yaml for other YAML files
exclude: ^mkdocs\.yml$
- id: check-added-large-files
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.5.1
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 8.0.1
rev: 9.0.1
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v2.1.0
rev: v2.3.1
hooks:
- id: mypy
additional_dependencies:
Expand Down Expand Up @@ -60,21 +60,21 @@ repos:
- id: flake8
additional_dependencies: []
- repo: https://github.com/biomejs/pre-commit
rev: "v2.2.0"
rev: "v2.5.14"
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/biome@1.8.3"]
- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.8.4"
rev: "v3.9.8"
hooks:
- id: prettier
files: \.(html|md|yml|yaml)$
- repo: https://github.com/djlint/djLint
rev: v1.36.4
rev: v1.46.2
hooks:
- id: djlint-reformat-jinja
- id: djlint-jinja
- repo: https://github.com/gitleaks/gitleaks
rev: v8.28.0
rev: v8.30.0
hooks:
- id: gitleaks
3 changes: 2 additions & 1 deletion goosebit/ui/templates/rollouts.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="alert alert-warning m-0" role="alert">You do not have permission to add rollouts.</div>
<div class="alert alert-warning m-0"
role="alert">You do not have permission to add rollouts.</div>
<form id="rollout-form">
</form>
</div>
Expand Down
3 changes: 2 additions & 1 deletion goosebit/ui/templates/software.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="alert alert-warning m-0" role="alert">You do not have permission to add software files.</div>
<div class="alert alert-warning m-0"
role="alert">You do not have permission to add software files.</div>
<form id="upload-form">
</form>
<form id="url-form">
Expand Down
Loading