Skip to content

Commit 26fbd9c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5](astral-sh/ruff-pre-commit@v0.1.4...v0.1.5) - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0)
1 parent 7b41069 commit 26fbd9c

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
@@ -40,7 +40,7 @@ repos:
4040
args: ["--py38-plus"]
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: 'v0.1.4'
43+
rev: 'v0.1.5'
4444
hooks:
4545
- id: ruff
4646
args: ["--fix"]
@@ -51,7 +51,7 @@ repos:
5151
- id: isort
5252

5353
- repo: https://github.com/psf/black
54-
rev: 23.10.1
54+
rev: 23.11.0
5555
hooks:
5656
- id: black
5757

0 commit comments

Comments
 (0)