Skip to content

Commit 12779ca

Browse files
[pre-commit.ci] pre-commit autoupdate (#667)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c091b9a commit 12779ca

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
@@ -2,7 +2,7 @@
22
# dependency. Make sure to update flake8-bugbear manually on a regular basis.
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 25.1.0
5+
rev: 25.9.0
66
hooks:
77
- id: black
88
language_version: python3
@@ -11,7 +11,7 @@ repos:
1111
- --target-version=py38
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
1313
# Ruff version.
14-
rev: 'v0.13.0'
14+
rev: 'v0.13.2'
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]
@@ -26,7 +26,7 @@ repos:
2626
- --no-extra-eol
2727
- --detect-license-in-X-top-lines=5
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: 'v1.18.1'
29+
rev: 'v1.18.2'
3030
hooks:
3131
- id: mypy
3232
exclude: "examples|venv|ci|docs"

0 commit comments

Comments
 (0)