Skip to content

Commit

Permalink
Merge branch 'main' into linkstasks
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox authored Nov 7, 2024
2 parents d951998 + e33a067 commit aba65e1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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."
}
}
}

0 comments on commit aba65e1

Please sign in to comment.