Skip to content

Commit bbf4925

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/astral-sh/ruff-pre-commit: v0.0.281 → v0.1.8](astral-sh/ruff-pre-commit@v0.0.281...v0.1.8) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.7.0 → 23.12.0](psf/black@23.7.0...23.12.0)
1 parent ad74f63 commit bbf4925

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.12.0
3+
rev: 5.13.2
44
hooks:
55
- id: isort
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.0.281
7+
rev: v0.1.8
88
hooks:
99
- id: ruff
1010
args:
@@ -20,7 +20,7 @@ repos:
2020
- id: toml-sort-fix
2121
exclude: poetry.lock
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: v4.4.0
23+
rev: v4.5.0
2424
hooks:
2525
- id: check-added-large-files
2626
- id: check-ast
@@ -38,6 +38,6 @@ repos:
3838
- id: mixed-line-ending
3939
- id: trailing-whitespace
4040
- repo: https://github.com/psf/black
41-
rev: 23.7.0
41+
rev: 23.12.0
4242
hooks:
4343
- id: black

0 commit comments

Comments
 (0)