Skip to content

Commit d02b4a6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.16.0 → v3.17.0](asottile/reorder-python-imports@v3.16.0...v3.17.0) - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.5.1](psf/black-pre-commit-mirror@25.12.0...26.5.1)
1 parent c45446e commit d02b4a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/asottile/reorder-python-imports
11-
rev: v3.16.0
11+
rev: v3.17.0
1212
hooks:
1313
- id: reorder-python-imports
1414
args: [--application-directories, '.:src', --py38-plus]
1515
- repo: https://github.com/psf/black-pre-commit-mirror
16-
rev: 25.12.0
16+
rev: 26.5.1
1717
hooks:
1818
- id: black
1919
args: [--line-length=79, --target-version=py38]

0 commit comments

Comments
 (0)