Skip to content

Commit 7b2fda8

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.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.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/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/asottile/setup-cfg-fmt: v2.8.0 → v3.1.0](asottile/setup-cfg-fmt@v2.8.0...v3.1.0) - [github.com/hadialqattan/pycln: v2.5.0 → v2.6.0](hadialqattan/pycln@v2.5.0...v2.6.0) - [github.com/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/mgedmin/check-manifest: 0.50 → 0.51](mgedmin/check-manifest@0.50...0.51)
1 parent c0ca5fc commit 7b2fda8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
2-
- repo: https://github.com/psf/black
3-
rev: 25.1.0
2+
- repo: https://github.com/psf/black-pre-commit-mirror
3+
rev: 25.9.0
44
hooks:
55
- id: black-jupyter
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-case-conflict
@@ -37,30 +37,30 @@ repos:
3737
args: [--prose-wrap=always]
3838

3939
- repo: https://github.com/asottile/blacken-docs
40-
rev: 1.19.1
40+
rev: 1.20.0
4141
hooks:
4242
- id: blacken-docs
4343
additional_dependencies: [black==22.3.0]
4444

4545
- repo: https://github.com/PyCQA/isort
46-
rev: 6.0.1
46+
rev: 7.0.0
4747
hooks:
4848
- id: isort
4949
args: ["-a", "from __future__ import annotations"] # Python 3.7+
5050

5151
- repo: https://github.com/asottile/pyupgrade
52-
rev: v3.20.0
52+
rev: v3.21.0
5353
hooks:
5454
- id: pyupgrade
5555
args: ["--py37-plus"]
5656

5757
- repo: https://github.com/asottile/setup-cfg-fmt
58-
rev: v2.8.0
58+
rev: v3.1.0
5959
hooks:
6060
- id: setup-cfg-fmt
6161

6262
- repo: https://github.com/hadialqattan/pycln
63-
rev: v2.5.0
63+
rev: v2.6.0
6464
hooks:
6565
- id: pycln
6666
additional_dependencies: [click<8.1]
@@ -77,14 +77,14 @@ repos:
7777
- flake8-print
7878

7979
- repo: https://github.com/pycqa/flake8
80-
rev: 7.2.0
80+
rev: 7.3.0
8181
hooks:
8282
- id: flake8
8383
exclude: docs/conf.py
8484
additional_dependencies: *flake8_dependencies
8585

8686
- repo: https://github.com/pre-commit/mirrors-mypy
87-
rev: v1.15.0
87+
rev: v1.18.2
8888
hooks:
8989
- id: mypy
9090
files: src
@@ -96,7 +96,7 @@ repos:
9696
- id: codespell
9797

9898
- repo: https://github.com/shellcheck-py/shellcheck-py
99-
rev: v0.10.0.1
99+
rev: v0.11.0.1
100100
hooks:
101101
- id: shellcheck
102102

@@ -109,7 +109,7 @@ repos:
109109
exclude: .pre-commit-config.yaml
110110

111111
- repo: https://github.com/mgedmin/check-manifest
112-
rev: "0.50"
112+
rev: "0.51"
113113
hooks:
114114
- id: check-manifest
115115
stages: [manual]

0 commit comments

Comments
 (0)