Skip to content

Commit 5c86d4d

Browse files
[pre-commit.ci] pre-commit autoupdate (#518)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ac3543f commit 5c86d4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ ci:
66

77
repos:
88
- repo: https://github.com/pycqa/isort
9-
rev: 6.0.1
9+
rev: 6.1.0
1010
hooks:
1111
- id: isort
1212
args:
1313
- --line-length=88
1414

15-
- repo: https://github.com/psf/black
15+
- repo: https://github.com/psf/black-pre-commit-mirror
1616
rev: 25.9.0
1717
hooks:
1818
- id: black
1919
args:
2020
- --line-length=88
2121

2222
- repo: https://github.com/keewis/blackdoc
23-
rev: v0.4.2
23+
rev: v0.4.3
2424
hooks:
2525
- id: blackdoc
2626
files: '\.py$'

0 commit comments

Comments
 (0)