Skip to content

Commit 2ec8e15

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: 24.10.0 → 25.9.0](psf/black-pre-commit-mirror@24.10.0...25.9.0) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/PyCQA/isort: 5.13.2 → 6.1.0](PyCQA/isort@5.13.2...6.1.0) - [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/pre-commit/mirrors-mypy: v1.14.1 → v1.18.2](pre-commit/mirrors-mypy@v1.14.1...v1.18.2)
1 parent d0b9b28 commit 2ec8e15

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
2-
- repo: https://github.com/psf/black
3-
rev: 24.10.0
2+
- repo: https://github.com/psf/black-pre-commit-mirror
3+
rev: 25.9.0
44
hooks:
55
- id: black
66
name: black
@@ -23,7 +23,7 @@ repos:
2323
additional_dependencies: [".[jupyter]"]
2424

2525
- repo: https://github.com/pycqa/flake8
26-
rev: 7.1.1
26+
rev: 7.3.0
2727
hooks:
2828
- id: flake8
2929
additional_dependencies:
@@ -42,21 +42,21 @@ repos:
4242
language: python
4343

4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.19.1
45+
rev: v3.20.0
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py310-plus]
4949

5050
- repo: https://github.com/PyCQA/isort
51-
rev: 5.13.2
51+
rev: 6.1.0
5252
hooks:
5353
- id: isort
5454
name: isort (python)
5555
args: [--add-import, "from __future__ import annotations"]
5656
types: [python]
5757

5858
- repo: https://github.com/pre-commit/pre-commit-hooks
59-
rev: v5.0.0
59+
rev: v6.0.0
6060
hooks:
6161
- id: check-builtin-literals
6262
- id: check-added-large-files
@@ -88,7 +88,7 @@ repos:
8888
additional_dependencies: [".[toml]"]
8989

9090
- repo: https://github.com/pre-commit/mirrors-mypy
91-
rev: v1.14.1
91+
rev: v1.18.2
9292
hooks:
9393
- id: mypy
9494
language_version: python3.12

0 commit comments

Comments
 (0)