Skip to content

Commit 51078b4

Browse files
chore: update pre-commit hooks (#410)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.14...v0.15.4) - [github.com/pycqa/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0f599bf commit 51078b4

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
@@ -40,7 +40,7 @@ repos:
4040

4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.14.14"
43+
rev: "v0.15.4"
4444
hooks:
4545
- id: ruff-check
4646
types: [file, python]
@@ -58,7 +58,7 @@ repos:
5858

5959

6060
- repo: https://github.com/pycqa/isort
61-
rev: '7.0.0'
61+
rev: '8.0.1'
6262
hooks:
6363
- id: isort
6464
name: isort (cython)
@@ -79,7 +79,7 @@ repos:
7979

8080
- repo: https://github.com/abravalheri/validate-pyproject
8181
# More exhaustive than Ruff RUF200.
82-
rev: "v0.24.1"
82+
rev: "v0.25"
8383
hooks:
8484
- id: validate-pyproject
8585

0 commit comments

Comments
 (0)