Skip to content

Commit 0f02222

Browse files
build(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.3...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/pdm-project/pdm: 2.26.1 → 2.26.3](pdm-project/pdm@2.26.1...2.26.3) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2)
1 parent 2391531 commit 0f02222

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: conventional-pre-commit
99
stages: [commit-msg]
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.14.3
11+
rev: v0.14.10
1212
hooks:
1313
- id: ruff-check
1414
types_or: [python]
@@ -22,13 +22,13 @@ repos:
2222
additional_dependencies: [tomli]
2323
args: [--in-place, --config, ./pyproject.toml]
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.18.2
25+
rev: v1.19.1
2626
hooks:
2727
- id: mypy
2828
additional_dependencies:
2929
["types-requests", "types-six", "types-python-dateutil"]
3030
- repo: https://github.com/pdm-project/pdm
31-
rev: 2.26.1
31+
rev: 2.26.3
3232
hooks:
3333
- id: pdm-lock-check
3434
- id: pdm-export
@@ -44,7 +44,7 @@ repos:
4444
files: ^pylock.toml$
4545
stages: [manual]
4646
- repo: https://github.com/kynan/nbstripout
47-
rev: 0.8.1
47+
rev: 0.8.2
4848
hooks:
4949
- id: nbstripout
5050
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)