File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- Copyright 2022 MosaicML LLM Foundry authors
1
+ Copyright 2024 MosaicML LLM Foundry authors
2
2
SPDX-License-Identifier: Apache-2.0
Original file line number Diff line number Diff line change @@ -57,14 +57,15 @@ repos:
57
57
- id : mixed-line-ending
58
58
- id : trailing-whitespace
59
59
- repo : https://github.com/Lucas-C/pre-commit-hooks
60
- rev : v1.3.1
60
+ rev : v1.5.4
61
61
hooks :
62
62
- id : insert-license
63
63
args :
64
64
- --license-filepath
65
65
- .ci/FILE_HEADER
66
66
- --comment-style
67
67
- ' #'
68
+ - --allow-past-years
68
69
types : [python]
69
70
- repo : https://github.com/PyCQA/docformatter
70
71
rev : v1.5.0
Original file line number Diff line number Diff line change
1
+ # Copyright 2024 MosaicML LLM Foundry authors
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
1
4
"""MosaicML LLM Foundry package setup."""
2
5
3
6
import os
You can’t perform that action at this time.
0 commit comments