Skip to content

Commit 860e8da

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/astral-sh/ruff-pre-commit: v0.8.6 → v0.12.10](astral-sh/ruff-pre-commit@v0.8.6...v0.12.10) - [github.com/rbubley/mirrors-prettier: v3.4.2 → v3.6.2](rbubley/mirrors-prettier@v3.4.2...v3.6.2) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0)
1 parent 4073545 commit 860e8da

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -10,7 +10,7 @@ repos:
1010
types: [text]
1111
files: \.(json|ipynb)$
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.8.6
13+
rev: v0.12.10
1414
hooks:
1515
- id: ruff
1616
name: ruff lint (.py)
@@ -23,13 +23,13 @@ repos:
2323
- id: ruff-format
2424
types_or: [python, jupyter]
2525
- repo: https://github.com/rbubley/mirrors-prettier # Update mirror as official mirror is deprecated
26-
rev: v3.4.2
26+
rev: v3.6.2
2727
hooks:
2828
- id: prettier
2929

3030
# Ruff doesn't have full coverage of pydoclint https://github.com/astral-sh/ruff/issues/12434
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 7.1.1
32+
rev: 7.3.0
3333
hooks:
3434
- id: flake8
3535
name: pydoclint

0 commit comments

Comments
 (0)