Skip to content

Commit 08e1ec1

Browse files
committed
fix #1977 pre-commit fail
1 parent a40df97 commit 08e1ec1

File tree

246 files changed

+249
-247
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

246 files changed

+249
-247
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ repos:
4343
rev: v2.9.0
4444
hooks:
4545
- id: pip-audit
46-
additional_dependencies: ["pip>=25.3"]
46+
additional_dependencies:
47+
- "pip>=25.3"
48+
- "filelock>=3.20.1"

docs/hooks/Rellinkadd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2025 Credit Mutuel Arkea
1+
# Copyright (C) 2025-2026 Credit Mutuel Arkea
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

docs/hooks/copyapiswagger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2025 Credit Mutuel Arkea
1+
# Copyright (C) 2025-2026 Credit Mutuel Arkea
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

docs/material/overrides/hooks/shortcodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2025 Credit Mutuel Arkea
1+
# Copyright (C) 2025-2026 Credit Mutuel Arkea
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

gen-ai/orchestrator-server/src/main/python/server/src/gen_ai_orchestrator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023-2025 Credit Mutuel Arkea
1+
# Copyright (C) 2023-2026 Credit Mutuel Arkea
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

gen-ai/orchestrator-server/src/main/python/server/src/gen_ai_orchestrator/configurations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023-2025 Credit Mutuel Arkea
1+
# Copyright (C) 2023-2026 Credit Mutuel Arkea
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

gen-ai/orchestrator-server/src/main/python/server/src/gen_ai_orchestrator/configurations/environment/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2025 Credit Mutuel Arkea
1+
# Copyright (C) 2025-2026 Credit Mutuel Arkea
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

gen-ai/orchestrator-server/src/main/python/server/src/gen_ai_orchestrator/configurations/environment/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023-2025 Credit Mutuel Arkea
1+
# Copyright (C) 2023-2026 Credit Mutuel Arkea
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

gen-ai/orchestrator-server/src/main/python/server/src/gen_ai_orchestrator/configurations/logging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023-2025 Credit Mutuel Arkea
1+
# Copyright (C) 2023-2026 Credit Mutuel Arkea
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

gen-ai/orchestrator-server/src/main/python/server/src/gen_ai_orchestrator/configurations/logging/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023-2025 Credit Mutuel Arkea
1+
# Copyright (C) 2023-2026 Credit Mutuel Arkea
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)