Skip to content

Commit 8d9ef63

Browse files
build(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/compilerla/conventional-pre-commit: v3.4.0 → v4.1.0](compilerla/conventional-pre-commit@v3.4.0...v4.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.11.8](astral-sh/ruff-pre-commit@v0.5.6...v0.11.8) - [github.com/PyCQA/docformatter: eb1df34 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.15.0](pre-commit/mirrors-mypy@v1.11.1...v1.15.0) - [github.com/pdm-project/pdm: 2.22.0 → 2.24.1](pdm-project/pdm@2.22.0...2.24.1) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1) - [github.com/FHPythonUtils/LicenseCheck: 2024.3 → 2025.1.0](FHPythonUtils/LicenseCheck@2024.3...2025.1.0)
1 parent 201d22f commit 8d9ef63

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@
33
default_stages: [pre-commit]
44
repos:
55
- repo: https://github.com/compilerla/conventional-pre-commit
6-
rev: v3.4.0
6+
rev: v4.1.0
77
hooks:
88
- id: conventional-pre-commit
99
stages: [commit-msg]
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: 'v0.5.6'
11+
rev: 'v0.11.8'
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
1515
# TODO: Switch back to upstream docformatter
1616
# after https://github.com/PyCQA/docformatter/issues/289 is fixed
1717
- repo: https://github.com/PyCQA/docformatter
18-
rev: eb1df34
18+
rev: v1.7.5
1919
# rev: v1.7.5
2020
hooks:
2121
- id: docformatter
2222
additional_dependencies: [tomli]
2323
args: [--in-place, --config, ./pyproject.toml]
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.11.1
25+
rev: v1.15.0
2626
hooks:
2727
- id: mypy
2828
additional_dependencies: ['types-requests', 'types-six']
2929
- repo: https://github.com/pdm-project/pdm
30-
rev: 2.22.0
30+
rev: 2.24.1
3131
hooks:
3232
- id: pdm-lock-check
3333
- id: pdm-export
3434
args: ["-o", "requirements.txt", "--without-hashes", "-G", "cli", "-G", "index-generation", "-dG:all"]
3535
files: ^pdm.lock$
3636
stages: [manual]
3737
- repo: https://github.com/kynan/nbstripout
38-
rev: 0.7.1
38+
rev: 0.8.1
3939
hooks:
4040
- id: nbstripout
4141
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -58,7 +58,7 @@ repos:
5858
language_version: python3.10
5959
stages: [manual]
6060
- repo: https://github.com/FHPythonUtils/LicenseCheck
61-
rev: "2024.3"
61+
rev: "2025.1.0"
6262
hooks:
6363
- id: licensecheck
6464
args: ["-u", "requirements:requirements.txt"]

0 commit comments

Comments
 (0)