Skip to content

Commit 911a6ed

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.19.0](pre-commit/mirrors-mypy@v1.17.1...v1.19.0)
1 parent 04e380f commit 911a6ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ repos:
88
language: python
99
files: \.py$
1010

11-
- repo: https://github.com/psf/black
12-
rev: 25.1.0
11+
- repo: https://github.com/psf/black-pre-commit-mirror
12+
rev: 25.12.0
1313
hooks:
1414
- id: black
1515
args: [--config=./pyproject.toml]
1616

1717
- repo: https://github.com/PyCQA/isort
18-
rev: 6.0.1
18+
rev: 7.0.0
1919
hooks:
2020
- id: isort
2121
args: ["--profile", "black"]
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.17.1
24+
rev: v1.19.0
2525
hooks:
2626
- id: mypy
2727

0 commit comments

Comments
 (0)