Skip to content

Commit 276fb75

Browse files
ci: weekly check.
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.1 → v0.15.14](astral-sh/ruff-pre-commit@v0.15.1...v0.15.14) - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.5.1](psf/black-pre-commit-mirror@26.1.0...26.5.1)
1 parent 289c40b commit 276fb75

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
@@ -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.15.1'
33+
rev: 'v0.15.14'
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: 26.1.0
39+
rev: 26.5.1
4040
hooks:
4141
- id: black
4242
name: Black Formatting

0 commit comments

Comments
 (0)