Skip to content

Commit e33a067

Browse files
authored
Update pre-commit hooks, re-run on files (#2128)
* Clean up tasks * Update precommit and run on files * Revert tasks
1 parent 86b6dad commit e33a067

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
exclude: '^tests/snapshots/'
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-yaml
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.1.14
10+
rev: v0.7.2
1111
hooks:
1212
- id: ruff
1313
- repo: https://github.com/psf/black
14-
rev: 24.1.0
14+
rev: 24.10.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pre-commit/mirrors-prettier

app/frontend/src/assets/github.svg

Lines changed: 1 addition & 1 deletion
Loading

app/frontend/src/assets/search.svg

Lines changed: 1 addition & 1 deletion
Loading

app/frontend/src/locales/da/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@
134134
"useOidSecurityFilter": "Filtrér søgeresultater baseret på den godkendte brugers OID.",
135135
"useGroupsSecurityFilter": "Filtrér søgeresultater baseret på den godkendte brugers adgangsgrupper."
136136
}
137-
}
137+
}

app/frontend/src/locales/nl/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"minimumSearchScore": "Minimale zoekscore",
8282
"minimumRerankerScore": "Minimale reranker score",
8383
"retrieveCount": "Dit aantal zoekresultaten ophalen:",
84-
"includeCategory": "Categorie opnemen",
84+
"includeCategory": "Categorie opnemen",
8585
"includeCategoryOptions": {
8686
"all": "Alle"
8787
},
@@ -151,4 +151,4 @@
151151
"useOidSecurityFilter": "Filtert zoekresultaten op basis van de OID van de geauthenticeerde gebruiker.",
152152
"useGroupsSecurityFilter": "Filtert zoekresultaten op basis van de groepen van de geauthenticeerde gebruiker."
153153
}
154-
}
154+
}

0 commit comments

Comments
 (0)