Skip to content

Commit f69507d

Browse files
[pre-commit.ci] pre-commit weekly autoupdate
updates: - [github.com/pycqa/isort: 5.13.2 → 8.0.1](PyCQA/isort@5.13.2...8.0.1) - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 26.1.0](psf/black-pre-commit-mirror@24.3.0...26.1.0)
1 parent e55a776 commit f69507d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ci:
55

66
repos:
77
- repo: https://github.com/pycqa/isort
8-
rev: 5.13.2
8+
rev: 8.0.1
99
hooks:
1010
- id: isort
1111
args: ["--profile", "black", "--filter-files", "buildtest", "tests", "docs"]
1212

1313
- repo: https://github.com/psf/black-pre-commit-mirror
14-
rev: '24.3.0'
14+
rev: '26.1.0'
1515
hooks:
1616
- id: black
1717
language_version: python3

0 commit comments

Comments
 (0)