Skip to content

Commit eeb604f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.13](astral-sh/ruff-pre-commit@v0.1.8...v0.1.13) - [github.com/psf/black: 23.12.0 → 23.12.1](psf/black@23.12.0...23.12.1)
1 parent 70f05e8 commit eeb604f

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
@@ -42,7 +42,7 @@ repos:
4242
args: ["--py38-plus"]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: 'v0.1.8'
45+
rev: 'v0.1.13'
4646
hooks:
4747
- id: ruff
4848
args: ["--fix"]
@@ -53,7 +53,7 @@ repos:
5353
- id: isort
5454

5555
- repo: https://github.com/psf/black
56-
rev: 23.12.0
56+
rev: 23.12.1
5757
hooks:
5858
- id: black
5959

0 commit comments

Comments
 (0)