Skip to content

Commit 9bdde92

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1) - [github.com/PyCQA/autoflake: v2.3.1 → v2.3.3](PyCQA/autoflake@v2.3.1...v2.3.3) - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0) - [github.com/python-poetry/poetry: 2.2.1 → 2.3.2](python-poetry/poetry@2.2.1...2.3.2)
1 parent 0d9d821 commit 9bdde92

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ repos:
1111
- id: trailing-whitespace
1212
- id: detect-private-key
1313
- repo: https://github.com/PyCQA/isort
14-
rev: 7.0.0
14+
rev: 8.0.1
1515
hooks:
1616
- id: isort
1717
args: # arguments to configure black
1818
- --profile=black
1919
- repo: https://github.com/PyCQA/autoflake
20-
rev: v2.3.1
20+
rev: v2.3.3
2121
hooks:
2222
- id: autoflake
2323
args:
2424
- --remove-all-unused-imports
2525
- --ignore-init-module-imports
2626
- --in-place
2727
- repo: https://github.com/psf/black-pre-commit-mirror
28-
rev: 25.12.0
28+
rev: 26.1.0
2929
hooks:
3030
- id: black
3131
args: # arguments to configure black
@@ -42,7 +42,7 @@ repos:
4242
build|
4343
dist"""
4444
- repo: https://github.com/python-poetry/poetry
45-
rev: 2.2.1
45+
rev: 2.3.2
4646
hooks:
4747
- id: poetry-check
4848
# Please activate this hook in local development environment. In Pre-Commit CI, it would occur error like below:

0 commit comments

Comments
 (0)