Skip to content

Commit c4530f1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.3.0 → 25.1.0](psf/black@22.3.0...25.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/PyCQA/isort: 5.10.1 → 6.0.0](PyCQA/isort@5.10.1...6.0.0) - [github.com/asottile/pyupgrade: v2.34.0 → v3.19.1](asottile/pyupgrade@v2.34.0...v3.19.1) - [github.com/asottile/setup-cfg-fmt: v1.20.1 → v2.7.0](asottile/setup-cfg-fmt@v1.20.1...v2.7.0) - [github.com/hadialqattan/pycln: v1.3.5 → v2.5.0](hadialqattan/pycln@v1.3.5...v2.5.0) - [github.com/asottile/yesqa: v1.3.0 → v1.5.0](asottile/yesqa@v1.3.0...v1.5.0) - [github.com/pycqa/flake8: 4.0.1 → 7.1.2](PyCQA/flake8@4.0.1...7.1.2) - [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.8.0.4...v0.10.0.1) - [github.com/mgedmin/check-manifest: 0.48 → 0.50](mgedmin/check-manifest@0.48...0.50)
1 parent fd52e3f commit c4530f1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

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

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.3.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-case-conflict
1111
- id: check-merge-conflict
@@ -18,7 +18,7 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/pre-commit/pygrep-hooks
21-
rev: v1.9.0
21+
rev: v1.10.0
2222
hooks:
2323
- id: python-check-blanket-noqa
2424
- id: python-check-blanket-type-ignore
@@ -30,29 +30,29 @@ repos:
3030
- id: rst-inline-touching-normal
3131

3232
- repo: https://github.com/PyCQA/isort
33-
rev: 5.10.1
33+
rev: 6.0.0
3434
hooks:
3535
- id: isort
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v2.34.0
38+
rev: v3.19.1
3939
hooks:
4040
- id: pyupgrade
4141
args: ["--py36-plus"]
4242

4343
- repo: https://github.com/asottile/setup-cfg-fmt
44-
rev: v1.20.1
44+
rev: v2.7.0
4545
hooks:
4646
- id: setup-cfg-fmt
4747

4848
- repo: https://github.com/hadialqattan/pycln
49-
rev: v1.3.5
49+
rev: v2.5.0
5050
hooks:
5151
- id: pycln
5252
args: [--config=pyproject.toml]
5353

5454
- repo: https://github.com/asottile/yesqa
55-
rev: v1.3.0
55+
rev: v1.5.0
5656
hooks:
5757
- id: yesqa
5858
exclude: docs/conf.py
@@ -61,7 +61,7 @@ repos:
6161
- flake8-print
6262

6363
- repo: https://github.com/pycqa/flake8
64-
rev: 4.0.1
64+
rev: 7.1.2
6565
hooks:
6666
- id: flake8
6767
exclude: docs/conf.py
@@ -75,13 +75,13 @@ repos:
7575

7676

7777
- repo: https://github.com/shellcheck-py/shellcheck-py
78-
rev: v0.8.0.4
78+
rev: v0.10.0.1
7979
hooks:
8080
- id: shellcheck
8181

8282

8383
- repo: https://github.com/mgedmin/check-manifest
84-
rev: "0.48"
84+
rev: "0.50"
8585
hooks:
8686
- id: check-manifest
8787
stages: [manual]

0 commit comments

Comments
 (0)