Skip to content

Commit 91dec6a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.230 → v0.0.237](astral-sh/ruff-pre-commit@v0.0.230...v0.0.237)
1 parent 8d35b3e commit 91dec6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: blacken-docs
2020
additional_dependencies: [black==22.1.0]
2121
- repo: https://github.com/PyCQA/isort
22-
rev: '5.11.4'
22+
rev: '5.12.0'
2323
hooks:
2424
- id: isort
2525
name: isort (python)
@@ -28,6 +28,6 @@ repos:
2828
hooks:
2929
- id: mypy
3030
- repo: https://github.com/charliermarsh/ruff-pre-commit
31-
rev: v0.0.230
31+
rev: v0.0.237
3232
hooks:
3333
- id: ruff

0 commit comments

Comments
 (0)