Skip to content

Commit f0d3f48

Browse files
[pre-commit.ci] pre-commit autoupdate (#160)
<!--pre-commit.ci start--> updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e57ad31 commit f0d3f48

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
@@ -7,13 +7,13 @@ repos:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- id: check-added-large-files
10-
- repo: https://github.com/psf/black
10+
- repo: https://github.com/psf/black-pre-commit-mirror
1111
rev: 25.9.0
1212
hooks:
1313
- id: black
1414
exclude: ^docs/
1515
- repo: https://github.com/PyCQA/isort
16-
rev: 6.0.1
16+
rev: 6.1.0
1717
hooks:
1818
- id: isort
1919
exclude: ^docs/

0 commit comments

Comments
 (0)