Skip to content

Commit 3826a2b

Browse files
ci: weekly check.
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.6.8](astral-sh/ruff-pre-commit@v0.4.3...v0.6.8) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
1 parent b030d65 commit 3826a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
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.4.3'
33+
rev: 'v0.6.8'
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: 24.8.0
4040
hooks:
4141
- id: black
4242
name: Black Formatting

0 commit comments

Comments
 (0)