Skip to content

Commit 39216dd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2) - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.14](astral-sh/ruff-pre-commit@v0.1.7...v0.1.14) - [github.com/psf/black: 23.11.0 → 24.1.1](psf/black@23.11.0...24.1.1)
1 parent f5f1faf commit 39216dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.13.0
3+
rev: 5.13.2
44
hooks:
55
- id: isort
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.1.7
7+
rev: v0.1.14
88
hooks:
99
- id: ruff
1010
args:
@@ -34,6 +34,6 @@ repos:
3434
- id: mixed-line-ending
3535
- id: trailing-whitespace
3636
- repo: https://github.com/psf/black
37-
rev: 23.11.0
37+
rev: 24.1.1
3838
hooks:
3939
- id: black

0 commit comments

Comments
 (0)