Skip to content

Commit e4c1cbf

Browse files
ci: weekly check. (#1565)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.5](astral-sh/ruff-pre-commit@v0.0.292...v0.1.5) - [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0d78f02 commit e4c1cbf

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.5'
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.11.0
3939
hooks:
4040
- id: black
4141
name: Black Formatting

0 commit comments

Comments
 (0)