Skip to content

Commit 31ae5d2

Browse files
ci: weekly check.
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.14](astral-sh/ruff-pre-commit@v0.1.6...v0.1.14) - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1)
1 parent ebe2e1a commit 31ae5d2

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.1.6'
33+
rev: 'v0.1.14'
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --exit-non-zero-on-fix]
3737
- repo: https://github.com/psf/black
38-
rev: 23.11.0
38+
rev: 23.12.1
3939
hooks:
4040
- id: black
4141
name: Black Formatting

0 commit comments

Comments
 (0)