Skip to content

Commit 7c288e5

Browse files
committed
CI updates
This is done by the automated script named upgrade-ci-2025
1 parent 63367d6 commit 7c288e5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'github>camptocamp/gs-renovate-config-preset:own.json5#1.4.2',
1515
'github>camptocamp/gs-renovate-config-preset:security.json5#1.4.2',
1616
],
17-
baseBranches: ['master', 'test'],
17+
baseBranchPatterns: ['master', 'test'],
1818
packageRules: [
1919
/** Accept only the patch on stabilization branches */
2020
{

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ repos:
6565
additional_dependencies:
6666
- poetry==2.1.4 # pypi
6767
- id: canonicalize
68+
- id: prospector-to-ruff
69+
additional_dependencies:
70+
- prospector-profile-duplicated==1.10.5 # pypi
71+
- prospector-profile-utils==1.26.1 # pypi
72+
args:
73+
- --test=utils:tests
6874
- repo: https://github.com/codespell-project/codespell
6975
rev: v2.4.1
7076
hooks:

0 commit comments

Comments
 (0)