Skip to content

Commit 8e2ab77

Browse files
ci: weekly check.
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.8](astral-sh/ruff-pre-commit@v0.14.7...v0.14.8) - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0)
1 parent f302952 commit 8e2ab77

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
@@ -30,13 +30,13 @@ repos:
3030
- id: check-merge-conflict
3131
name: Merge Conflicts
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: 'v0.14.7'
33+
rev: 'v0.14.8'
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --exit-non-zero-on-fix]
3737
language: python
3838
- repo: https://github.com/psf/black-pre-commit-mirror
39-
rev: 25.11.0
39+
rev: 25.12.0
4040
hooks:
4141
- id: black
4242
name: Black Formatting

0 commit comments

Comments
 (0)