Skip to content

Commit 2c4f061

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.1 → 5.13.2](PyCQA/isort@5.13.1...5.13.2) - [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/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1)
1 parent 9fefe27 commit 2c4f061

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ repos:
66
- id: lint-action
77
- id: test-action
88
- repo: https://github.com/PyCQA/isort
9-
rev: 5.13.1
9+
rev: 5.13.2
1010
hooks:
1111
- id: isort
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.1.7
13+
rev: v0.1.9
1414
hooks:
1515
- id: ruff
1616
args:
@@ -44,7 +44,7 @@ repos:
4444
- id: mixed-line-ending
4545
- id: trailing-whitespace
4646
- repo: https://github.com/psf/black
47-
rev: 23.11.0
47+
rev: 23.12.1
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/python-poetry/poetry

0 commit comments

Comments
 (0)