Skip to content

Commit 27c55fa

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/psf/black-pre-commit-mirror: 25.12.0 → 26.3.0](psf/black-pre-commit-mirror@25.12.0...26.3.0)
1 parent 801b2a2 commit 27c55fa

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
@@ -9,11 +9,11 @@ repos:
99
hooks:
1010
- id: yesqa
1111
- repo: https://github.com/PyCQA/isort
12-
rev: '7.0.0'
12+
rev: '8.0.1'
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/psf/black-pre-commit-mirror
16-
rev: '25.12.0'
16+
rev: '26.3.0'
1717
hooks:
1818
- id: black
1919
language_version: python3 # Should be a command that runs python3.6+

0 commit comments

Comments
 (0)