Skip to content

Commit dc025ad

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.13](astral-sh/ruff-pre-commit@v0.14.10...v0.14.13) - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0)
1 parent 04aa8e9 commit dc025ad

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
@@ -28,12 +28,12 @@ repos:
2828
hooks:
2929
- id: add-trailing-comma
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: 'v0.14.10'
31+
rev: 'v0.14.13'
3232
hooks:
3333
- id: ruff
3434
args: [ --fix, --exit-non-zero-on-fix ]
3535
- repo: https://github.com/psf/black-pre-commit-mirror
36-
rev: 25.12.0
36+
rev: 26.1.0
3737
hooks:
3838
- id: black
3939
- repo: https://github.com/pappasam/toml-sort

0 commit comments

Comments
 (0)