Skip to content

Commit 61573aa

Browse files
[pre-commit.ci] pre-commit autoupdate (#1861)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.18.2](pre-commit/mirrors-mypy@v1.16.1...v1.18.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: SACHIDANAND ALLE <sachidanand.alle@gmail.com>
1 parent 6da538d commit 61573aa

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ci:
1515

1616
repos:
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v5.0.0
18+
rev: v6.0.0
1919
hooks:
2020
- id: check-merge-conflict
2121
- id: trailing-whitespace
@@ -33,27 +33,27 @@ repos:
3333
- id: mixed-line-ending
3434

3535
- repo: https://github.com/pycqa/isort
36-
rev: 6.0.1
36+
rev: 6.1.0
3737
hooks:
3838
- id: isort
3939
name: isort (python)
4040
args: ["--line-length=120", "--profile=black"]
4141

4242
- repo: https://github.com/pycqa/isort
43-
rev: 6.0.1
43+
rev: 6.1.0
4444
hooks:
4545
- id: isort
4646
name: isort (python) (check)
4747
args: ["--line-length=120", "--profile=black", "--check"]
4848

49-
- repo: https://github.com/psf/black
50-
rev: 25.1.0
49+
- repo: https://github.com/psf/black-pre-commit-mirror
50+
rev: 25.9.0
5151
hooks:
5252
- id: black
5353
args: ["--line-length=120"]
5454

55-
- repo: https://github.com/psf/black
56-
rev: 25.1.0
55+
- repo: https://github.com/psf/black-pre-commit-mirror
56+
rev: 25.9.0
5757
hooks:
5858
- id: black
5959
name: black (check)
@@ -66,7 +66,7 @@ repos:
6666
args: ["--count", "--statistics", "--config=setup.cfg"]
6767

6868
- repo: https://github.com/pre-commit/mirrors-mypy
69-
rev: v1.16.1
69+
rev: v1.18.2
7070
hooks:
7171
- id: mypy
7272
exclude: (^tests/|^plugins/)

0 commit comments

Comments
 (0)