Skip to content

Commit 27b676b

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#23)
<!--pre-commit.ci start--> updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.257 → v0.0.260](astral-sh/ruff-pre-commit@v0.0.257...v0.0.260) - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) <!--pre-commit.ci end-->
2 parents d1f0fa4 + 84c90c7 commit 27b676b

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
@@ -25,13 +25,13 @@ repos:
2525
- "--py39-plus"
2626

2727
- repo: https://github.com/charliermarsh/ruff-pre-commit
28-
rev: "v0.0.257"
28+
rev: "v0.0.260"
2929
hooks:
3030
- id: ruff
3131
args: ["--fix-only"]
3232

3333
- repo: https://github.com/psf/black
34-
rev: 23.1.0
34+
rev: 23.3.0
3535
hooks:
3636
- id: black
3737

0 commit comments

Comments
 (0)