Skip to content

Commit d87b0c1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/compilerla/conventional-pre-commit: v4.0.0 → v4.2.0](compilerla/conventional-pre-commit@v4.0.0...v4.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.11.13](astral-sh/ruff-pre-commit@v0.9.4...v0.11.13) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](abravalheri/validate-pyproject@v0.23...v0.24.1)
1 parent b25b308 commit d87b0c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repos:
5959
# Conventional Commits <https://www.conventionalcommits.org/>
6060
# https://github.com/compilerla/conventional-pre-commit
6161
- repo: https://github.com/compilerla/conventional-pre-commit
62-
rev: v4.0.0
62+
rev: v4.2.0
6363
hooks:
6464
- id: conventional-pre-commit
6565
stages:
@@ -72,7 +72,7 @@ repos:
7272
# Python: lint and format code
7373
# https://github.com/astral-sh/ruff-pre-commit
7474
- repo: https://github.com/astral-sh/ruff-pre-commit
75-
rev: v0.9.4
75+
rev: v0.11.13
7676
hooks:
7777
- id: ruff
7878
args:
@@ -91,6 +91,6 @@ repos:
9191
# Python: check project (i.e. `pyproject.toml`)
9292
# https://github.com/abravalheri/validate-pyproject
9393
- repo: https://github.com/abravalheri/validate-pyproject
94-
rev: v0.23
94+
rev: v0.24.1
9595
hooks:
9696
- id: validate-pyproject

0 commit comments

Comments
 (0)