Skip to content

Commit fa590dc

Browse files
ci: pre-commit auto-update
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.1 → v0.12.2](astral-sh/ruff-pre-commit@v0.12.1...v0.12.2) - [github.com/regebro/pyroma: 4.2 → 4.3.3](regebro/pyroma@4.2...4.3.3)
1 parent d2837a3 commit fa590dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77
repos:
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.12.1
10+
rev: v0.12.2
1111
hooks:
1212
- id: ruff
1313
- id: ruff-format
@@ -47,7 +47,7 @@ repos:
4747
- id: doc8
4848

4949
- repo: https://github.com/regebro/pyroma
50-
rev: "4.2"
50+
rev: "4.3.3"
5151
hooks:
5252
- id: pyroma
5353
additional_dependencies: ["poetry"]

0 commit comments

Comments
 (0)