Skip to content

Commit f2575d1

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/compilerla/conventional-pre-commit: v2.3.0 → v2.4.0](compilerla/conventional-pre-commit@v2.3.0...v2.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.0.287](astral-sh/ruff-pre-commit@v0.0.282...v0.0.287) - [github.com/abravalheri/validate-pyproject: v0.13 → v0.14](abravalheri/validate-pyproject@v0.13...v0.14) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.1](pre-commit/mirrors-mypy@v1.4.1...v1.5.1)
1 parent f2f956b commit f2575d1

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
@@ -7,7 +7,7 @@ default_install_hook_types: [pre-commit, commit-msg]
77

88
repos:
99
- repo: https://github.com/compilerla/conventional-pre-commit
10-
rev: v2.3.0
10+
rev: v2.4.0
1111
hooks:
1212
- id: conventional-pre-commit
1313
stages: [commit-msg]
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.0.282
23+
rev: v0.0.287
2424
hooks:
2525
- id: ruff
2626
args: [--fix]
@@ -31,12 +31,12 @@ repos:
3131
- id: black
3232

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

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

0 commit comments

Comments
 (0)