Skip to content

Commit 2b121db

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/compilerla/conventional-pre-commit: v3.1.0 → v4.3.0](compilerla/conventional-pre-commit@v3.1.0...v4.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.14.10](astral-sh/ruff-pre-commit@v0.1.13...v0.14.10) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.10.0 → 25.12.0](psf/black-pre-commit-mirror@22.10.0...25.12.0) - [github.com/abravalheri/validate-pyproject: v0.15 → v0.24.1](abravalheri/validate-pyproject@v0.15...v0.24.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.19.1](pre-commit/mirrors-mypy@v1.8.0...v1.19.1)
1 parent c4a9ba4 commit 2b121db

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,36 @@ default_install_hook_types: [pre-commit, commit-msg]
77

88
repos:
99
- repo: https://github.com/compilerla/conventional-pre-commit
10-
rev: v3.1.0
10+
rev: v4.3.0
1111
hooks:
1212
- id: conventional-pre-commit
1313
stages: [commit-msg]
1414

1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.5.0
16+
rev: v6.0.0
1717
hooks:
1818
- id: check-docstring-first
1919
- id: end-of-file-fixer
2020
- id: trailing-whitespace
2121

22-
- repo: https://github.com/charliermarsh/ruff-pre-commit
23-
rev: v0.1.13
22+
- repo: https://github.com/astral-sh/ruff-pre-commit
23+
rev: v0.14.10
2424
hooks:
2525
- id: ruff
2626
args: [--fix]
2727

28-
- repo: https://github.com/psf/black
29-
rev: 22.10.0
28+
- repo: https://github.com/psf/black-pre-commit-mirror
29+
rev: 25.12.0
3030
hooks:
3131
- id: black
3232

3333
- repo: https://github.com/abravalheri/validate-pyproject
34-
rev: v0.15
34+
rev: v0.24.1
3535
hooks:
3636
- id: validate-pyproject
3737

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.8.0
39+
rev: v1.19.1
4040
hooks:
4141
- id: mypy
4242
files: "^src/"

0 commit comments

Comments
 (0)