Skip to content

Commit 9d815b4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 6.1.0 → 8.0.1](PyCQA/isort@6.1.0...8.0.1) - [github.com/pycqa/isort: 6.1.0 → 8.0.1](PyCQA/isort@6.1.0...8.0.1) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.3.1](psf/black-pre-commit-mirror@25.9.0...26.3.1) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.3.1](psf/black-pre-commit-mirror@25.9.0...26.3.1) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.20.0](pre-commit/mirrors-mypy@v1.18.2...v1.20.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2)
1 parent 6ed8f8c commit 9d815b4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@ repos:
3333
- id: mixed-line-ending
3434

3535
- repo: https://github.com/pycqa/isort
36-
rev: 6.1.0
36+
rev: 8.0.1
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.1.0
43+
rev: 8.0.1
4444
hooks:
4545
- id: isort
4646
name: isort (python) (check)
4747
args: ["--line-length=120", "--profile=black", "--check"]
4848

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

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

6868
- repo: https://github.com/pre-commit/mirrors-mypy
69-
rev: v1.18.2
69+
rev: v1.20.0
7070
hooks:
7171
- id: mypy
7272
exclude: (^tests/|^plugins/)
7373
additional_dependencies: [types-PyYAML,types-filelock,types-requests,types-docutils,types-cachetools]
7474

7575
- repo: https://github.com/asottile/pyupgrade
76-
rev: v3.20.0
76+
rev: v3.21.2
7777
hooks:
7878
- id: pyupgrade
7979
args: [--py37-plus]

0 commit comments

Comments
 (0)