Skip to content

Commit ffc6c1a

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

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
@@ -1,7 +1,7 @@
11
# NOTE: autoupdate does not pick up flake8-bugbear since it is a transitive
22
# dependency. Make sure to update flake8-bugbear manually on a regular basis.
33
repos:
4-
- repo: https://github.com/psf/black
4+
- repo: https://github.com/psf/black-pre-commit-mirror
55
rev: 25.9.0
66
hooks:
77
- id: black
@@ -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.2'
14+
rev: 'v0.13.3'
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)