Skip to content

Commit ddab308

Browse files
ci: weekly check.
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.4.3](astral-sh/ruff-pre-commit@v0.3.2...v0.4.3) - [github.com/psf/black: 24.2.0 → 24.4.2](psf/black@24.2.0...24.4.2)
1 parent a8f6fcf commit ddab308

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: requirements-txt-fixer
66
name: Requirements
@@ -30,12 +30,12 @@ repos:
3030
- id: check-merge-conflict
3131
name: Merge Conflicts
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: 'v0.3.2'
33+
rev: 'v0.4.3'
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --exit-non-zero-on-fix]
3737
- repo: https://github.com/psf/black
38-
rev: 24.2.0
38+
rev: 24.4.2
3939
hooks:
4040
- id: black
4141
name: Black Formatting

0 commit comments

Comments
 (0)