Skip to content

Commit 5256a50

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#231)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.7...v0.1.9) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) <!--pre-commit.ci end-->
2 parents 074a880 + 1824a6f commit 5256a50

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ repos:
3636
- "--py38-plus"
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: "v0.1.7"
39+
rev: "v0.1.9"
4040
hooks:
4141
- id: ruff
4242
args: ["--fix-only", "--target-version=py38"]
4343

4444
- repo: https://github.com/pycqa/isort
45-
rev: 5.12.0
45+
rev: 5.13.2
4646
hooks:
4747
- id: isort
4848
args: ["--profile", "black", "--filter-files"]
4949

5050
- repo: https://github.com/psf/black
51-
rev: 23.11.0
51+
rev: 23.12.1
5252
hooks:
5353
- id: black
5454
args: ["--target-version=py38"]

0 commit comments

Comments
 (0)