Skip to content

Commit 29790d6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.4 → v0.14.11](astral-sh/ruff-pre-commit@v0.14.4...v0.14.11) - [github.com/regebro/pyroma: 5.0 → 5.0.1](regebro/pyroma@5.0...5.0.1) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.4](rbubley/mirrors-prettier@v3.6.2...v3.7.4)
1 parent 67c4d1b commit 29790d6

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
@@ -12,7 +12,7 @@ repos:
1212
- id: debug-statements
1313
- id: check-added-large-files
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.14.4
15+
rev: v0.14.11
1616
hooks:
1717
- id: ruff-format
1818
- id: ruff
@@ -35,7 +35,7 @@ repos:
3535
- --ignore-words-list=nin,astroid
3636
- --skip=poetry.lock
3737
- repo: https://github.com/regebro/pyroma
38-
rev: "5.0"
38+
rev: "5.0.1"
3939
hooks:
4040
- id: pyroma
4141
# Must be specified because of the default value in pyroma
@@ -48,7 +48,7 @@ repos:
4848
pyproject.toml|
4949
)$
5050
- repo: https://github.com/rbubley/mirrors-prettier
51-
rev: v3.6.2
51+
rev: v3.7.4
5252
hooks:
5353
- id: prettier
5454
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)