|
1 | | -# Copyright (C) 2024 vanous |
| 1 | +# The MIT License (MIT) |
2 | 2 | # |
3 | | -# This file is part of BlenderDMX. |
| 3 | +# Copyright (C) 2025 vanous |
4 | 4 | # |
5 | | -# BlenderDMX is free software: you can redistribute it and/or modify it |
6 | | -# under the terms of the GNU General Public License as published by the Free |
7 | | -# Software Foundation, either version 3 of the License, or (at your option) |
8 | | -# any later version. |
| 5 | +# This file is part of pymvr. |
9 | 6 | # |
10 | | -# BlenderDMX is distributed in the hope that it will be useful, but WITHOUT |
11 | | -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
12 | | -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
13 | | -# more details. |
| 7 | +# Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 8 | +# this software and associated documentation files (the “Software”), to deal in |
| 9 | +# the Software without restriction, including without limitation the rights to |
| 10 | +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
| 11 | +# of the Software, and to permit persons to whom the Software is furnished to do |
| 12 | +# so, subject to the following conditions: |
14 | 13 | # |
15 | | -# You should have received a copy of the GNU General Public License along |
16 | | -# with this program. If not, see <https://www.gnu.org/licenses/>. |
| 14 | +# The above copyright notice and this permission notice shall be included in all |
| 15 | +# copies or substantial portions of the Software. |
| 16 | +# |
| 17 | +# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 18 | +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 19 | +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 20 | +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 21 | +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 22 | +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 23 | +# SOFTWARE. |
17 | 24 |
|
18 | 25 | # See https://pre-commit.com for more information |
19 | 26 | # See https://pre-commit.com/hooks.html for more hooks |
20 | 27 | repos: |
21 | 28 | - repo: https://github.com/pre-commit/pre-commit-hooks |
22 | | - rev: v3.2.0 |
| 29 | + rev: v5.0.0 |
23 | 30 | hooks: |
24 | 31 | - id: trailing-whitespace |
25 | 32 | - id: check-added-large-files |
26 | 33 | - id: debug-statements |
27 | | -- repo: local |
28 | | - hooks: |
29 | | - - id: check-prints |
30 | | - name: Check for print statements without "INFO" |
31 | | - entry: ./scripts/check-prints.py |
32 | | - language: python |
33 | | - types: [python] |
34 | | - verbose: true |
35 | 34 | - repo: https://github.com/astral-sh/ruff-pre-commit |
36 | | - rev: v0.11.5 |
| 35 | + rev: v0.12.5 |
37 | 36 | hooks: |
38 | 37 | - id: ruff-format |
0 commit comments