Skip to content

Commit 6fd51fb

Browse files
[pre-commit.ci] pre-commit autoupdate (#334)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.5](astral-sh/ruff-pre-commit@v0.15.4...v0.15.5) - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.0](psf/black-pre-commit-mirror@26.1.0...26.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8fabfcd commit 6fd51fb

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
@@ -60,14 +60,14 @@ repos:
6060
args: [--py38-plus]
6161

6262
- repo: https://github.com/astral-sh/ruff-pre-commit
63-
rev: v0.15.4
63+
rev: v0.15.5
6464
hooks:
6565
- id: ruff
6666
args: [--fix, --exit-non-zero-on-fix]
6767

6868
# Last modifier: Coding Standard
6969
- repo: https://github.com/psf/black-pre-commit-mirror
70-
rev: 26.1.0
70+
rev: 26.3.0
7171
hooks:
7272
- id: black
7373

0 commit comments

Comments
 (0)