diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index cca9034f9e..401a97262c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -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
diff --git a/app/frontend/src/assets/github.svg b/app/frontend/src/assets/github.svg
index d5e6491854..c679c236fd 100644
--- a/app/frontend/src/assets/github.svg
+++ b/app/frontend/src/assets/github.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/app/frontend/src/assets/search.svg b/app/frontend/src/assets/search.svg
index feadc50b25..28b410ea66 100644
--- a/app/frontend/src/assets/search.svg
+++ b/app/frontend/src/assets/search.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/app/frontend/src/locales/da/translation.json b/app/frontend/src/locales/da/translation.json
index c9580acaa7..da1f083fb6 100644
--- a/app/frontend/src/locales/da/translation.json
+++ b/app/frontend/src/locales/da/translation.json
@@ -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."
}
-}
\ No newline at end of file
+}
diff --git a/app/frontend/src/locales/nl/translation.json b/app/frontend/src/locales/nl/translation.json
index 23cc209181..427eb9985f 100644
--- a/app/frontend/src/locales/nl/translation.json
+++ b/app/frontend/src/locales/nl/translation.json
@@ -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"
},
@@ -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."
}
-}
\ No newline at end of file
+}