Skip to content

Commit 3e2d671

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.278 → v0.0.288](astral-sh/ruff-pre-commit@v0.0.278...v0.0.288)
1 parent 14669b1 commit 3e2d671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ repos:
1111
args: ["--unsafe"]
1212
- id: check-added-large-files
1313
- repo: https://github.com/psf/black
14-
rev: 23.7.0
14+
rev: 23.9.1
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: 'v0.0.278'
18+
rev: 'v0.0.288'
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)