Skip to content

Commit 367a0a9

Browse files
[pre-commit.ci] pre-commit autoupdate (#698)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7fabf2d commit 367a0a9

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-pre-commit-mirror
5-
rev: 25.9.0
5+
rev: 25.11.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.14.3'
14+
rev: 'v0.14.4'
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]
@@ -34,7 +34,7 @@ repos:
3434
exclude: "examples|venv|ci|docs|.*_vendored\/.*"
3535
additional_dependencies: [types-pyyaml>=6.0, types-cachetools]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.21.0
37+
rev: v3.21.1
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py39-plus]

0 commit comments

Comments
 (0)