Skip to content

Commit 03550a8

Browse files
[pre-commit.ci] pre-commit autoupdate (#348)
updates: - [github.com/psf/black-pre-commit-mirror: 26.3.0 → 26.3.1](psf/black-pre-commit-mirror@26.3.0...26.3.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.5 → v0.15.6](astral-sh/ruff-pre-commit@v0.15.5...v0.15.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 25ad11e commit 03550a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ repos:
3434
# Black is a code style and formatter
3535
# It works on files in-place
3636
- repo: https://github.com/psf/black-pre-commit-mirror
37-
rev: 26.3.0
37+
rev: 26.3.1
3838
hooks:
3939
- id: black
4040

4141
# Ruff is a code style and formatter
4242
# It works on files in-place
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.15.5
44+
rev: v0.15.6
4545
hooks:
4646
- id: ruff-check
4747
name: ruff

0 commit comments

Comments
 (0)