Skip to content

Commit 0e95708

Browse files
[pre-commit.ci] pre-commit autoupdate (#422)
updates: - [github.com/psf/black-pre-commit-mirror: 26.5.0 → 26.5.1](psf/black-pre-commit-mirror@26.5.0...26.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.13 → v0.15.14](astral-sh/ruff-pre-commit@v0.15.13...v0.15.14) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1db4164 commit 0e95708

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
@@ -26,7 +26,7 @@ repos:
2626
# Black is a code style and formatter
2727
# It works on files in-place
2828
- repo: https://github.com/psf/black-pre-commit-mirror
29-
rev: 26.5.0
29+
rev: 26.5.1
3030
hooks:
3131
- id: black
3232

@@ -35,7 +35,7 @@ repos:
3535
# More information can be found in its documentation:
3636
# https://docs.astral.sh/ruff/
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.15.13
38+
rev: v0.15.14
3939
hooks:
4040
- id: ruff-check
4141
name: ruff

0 commit comments

Comments
 (0)