Skip to content

Commit a5f3522

Browse files
pre-commit-ci[bot]jmgate
authored andcommitted
ci: pre-commit auto-update
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.8...v0.14.9) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) - [github.com/regebro/pyroma: 5.0 → 5.0.1](regebro/pyroma@5.0...5.0.1)
1 parent 1a7fe4c commit a5f3522

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
@@ -7,7 +7,7 @@ ci:
77
repos:
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.14.8
10+
rev: v0.14.9
1111
hooks:
1212
- id: ruff-check
1313
- id: ruff-format
@@ -18,7 +18,7 @@ repos:
1818
- id: gitleaks
1919

2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: v1.19.0
21+
rev: v1.19.1
2222
hooks:
2323
- id: mypy
2424

@@ -47,7 +47,7 @@ repos:
4747
- id: doc8
4848

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

0 commit comments

Comments
 (0)