Skip to content

Commit 49de153

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.5.5](astral-sh/ruff-pre-commit@v0.3.2...v0.5.5) - [github.com/psf/black: 24.2.0 → 24.4.2](psf/black@24.2.0...24.4.2)
1 parent fcd8efe commit 49de153

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.5.0
3+
rev: v4.6.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.3.2'
33+
rev: 'v0.5.5'
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.2.0
39+
rev: 24.4.2
4040
hooks:
4141
- id: black
4242
name: Black Formatting

0 commit comments

Comments
 (0)