Skip to content

Commit bc0a974

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#158)
updates: - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 24.8.0](psf/black-pre-commit-mirror@24.4.2...24.8.0) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2) - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.6...v0.6.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8074fe6 commit bc0a974

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
@@ -18,7 +18,7 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/psf/black-pre-commit-mirror
21-
rev: 24.4.2
21+
rev: 24.8.0
2222
hooks:
2323
- id: black
2424

@@ -29,7 +29,7 @@ repos:
2929
args: [--include-version-classifiers, --max-py-version=3.11]
3030

3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.11.1
32+
rev: v1.11.2
3333
hooks:
3434
# 3.9 is broken due to https://github.com/python/typeshed/pull/5216 and https://github.com/python/typeshed/pull/5214
3535
- id: mypy
@@ -41,7 +41,7 @@ repos:
4141
- types-requests
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.5.6"
44+
rev: "v0.6.3"
4545
hooks:
4646
- id: ruff
4747
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)