Skip to content

Commit 49efc88

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [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.13.0](astral-sh/ruff-pre-commit@v0.9.4...v0.13.0) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](abravalheri/validate-pyproject@v0.23...v0.24.1)
1 parent b25b308 commit 49efc88

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
@@ -19,7 +19,7 @@ repos:
1919
# General
2020
# https://github.com/pre-commit/pre-commit-hooks
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v5.0.0
22+
rev: v6.0.0
2323
hooks:
2424
# Whitespace
2525
- id: trailing-whitespace
@@ -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.13.0
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)