Skip to content

Commit f6bf280

Browse files
ci: weekly check.
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.9.6](astral-sh/ruff-pre-commit@v0.4.3...v0.9.6) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0)
1 parent 27b5a85 commit f6bf280

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: requirements-txt-fixer
66
name: Requirements
@@ -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.4.3'
33+
rev: 'v0.9.6'
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --exit-non-zero-on-fix]
3737
language: python
3838
- repo: https://github.com/psf/black
39-
rev: 24.4.2
39+
rev: 25.1.0
4040
hooks:
4141
- id: black
4242
name: Black Formatting

0 commit comments

Comments
 (0)