Skip to content

Commit 8e99ff4

Browse files
ci: weekly check.
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.3](astral-sh/ruff-pre-commit@v0.0.292...v0.1.3) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1)
1 parent f344c40 commit 8e99ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.0.292'
33+
rev: 'v0.1.3'
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --exit-non-zero-on-fix]
3737
- repo: https://github.com/psf/black
38-
rev: 23.9.1
38+
rev: 23.10.1
3939
hooks:
4040
- id: black
4141
name: Black Formatting

0 commit comments

Comments
 (0)