Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
exclude: '^tests/snapshots/'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
rev: v0.7.2
hooks:
- id: ruff
- repo: https://github.com/psf/black
rev: 24.1.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down
2 changes: 1 addition & 1 deletion app/frontend/src/assets/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/frontend/src/assets/search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/frontend/src/locales/da/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@
"useOidSecurityFilter": "Filtrér søgeresultater baseret på den godkendte brugers OID.",
"useGroupsSecurityFilter": "Filtrér søgeresultater baseret på den godkendte brugers adgangsgrupper."
}
}
}
4 changes: 2 additions & 2 deletions app/frontend/src/locales/nl/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"minimumSearchScore": "Minimale zoekscore",
"minimumRerankerScore": "Minimale reranker score",
"retrieveCount": "Dit aantal zoekresultaten ophalen:",
"includeCategory": "Categorie opnemen",
"includeCategory": "Categorie opnemen",
"includeCategoryOptions": {
"all": "Alle"
},
Expand Down Expand Up @@ -151,4 +151,4 @@
"useOidSecurityFilter": "Filtert zoekresultaten op basis van de OID van de geauthenticeerde gebruiker.",
"useGroupsSecurityFilter": "Filtert zoekresultaten op basis van de groepen van de geauthenticeerde gebruiker."
}
}
}