Skip to content

Commit f7b7aa9

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.7.0](asottile/setup-cfg-fmt@v2.2.0...v2.7.0) - [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/asottile/pyupgrade: v3.3.0 → v3.19.0](asottile/pyupgrade@v3.3.0...v3.19.0) - [github.com/psf/black: 22.10.0 → 24.10.0](psf/black@22.10.0...24.10.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.13.0](pre-commit/mirrors-mypy@v0.991...v1.13.0) - [github.com/hadialqattan/pycln: v2.1.2 → v2.4.0](hadialqattan/pycln@v2.1.2...v2.4.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) - [github.com/kynan/nbstripout: 0.6.1 → 0.8.0](kynan/nbstripout@0.6.1...0.8.0) - [github.com/mgedmin/check-manifest: 0.49 → 0.50](mgedmin/check-manifest@0.49...0.50) - [github.com/codespell-project/codespell: v2.2.2 → v2.3.0](codespell-project/codespell@v2.2.2...v2.3.0) - [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/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v4.0.0-alpha.8)
1 parent 9fb6c35 commit f7b7aa9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.pre-commit-config.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: "v4.4.0"
8+
rev: "v5.0.0"
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-case-conflict
@@ -24,41 +24,41 @@ repos:
2424
- id: trailing-whitespace
2525

2626
- repo: https://github.com/asottile/setup-cfg-fmt
27-
rev: "v2.2.0"
27+
rev: "v2.7.0"
2828
hooks:
2929
- id: setup-cfg-fmt
3030

3131
- repo: https://github.com/PyCQA/isort
32-
rev: "5.10.1"
32+
rev: "5.13.2"
3333
hooks:
3434
- id: isort
3535

3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: "v3.3.0"
37+
rev: "v3.19.0"
3838
hooks:
3939
- id: pyupgrade
4040
args: ["--py36-plus"]
4141

4242
- repo: https://github.com/psf/black
43-
rev: "22.10.0"
43+
rev: "24.10.0"
4444
hooks:
4545
- id: black
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v0.991"
48+
rev: "v1.13.0"
4949
hooks:
5050
- id: mypy
5151
files: src
5252
stages: [manual]
5353

5454
- repo: https://github.com/hadialqattan/pycln
55-
rev: "v2.1.2"
55+
rev: "v2.4.0"
5656
hooks:
5757
- id: pycln
5858
args: ["--all"]
5959

6060
- repo: https://github.com/PyCQA/flake8
61-
rev: "6.0.0"
61+
rev: "7.1.1"
6262
hooks:
6363
- id: flake8
6464
additional_dependencies: [
@@ -70,39 +70,39 @@ repos:
7070
args: ["--docstring-convention", "numpy"] # or google, change me
7171

7272
- repo: https://github.com/kynan/nbstripout
73-
rev: "0.6.1"
73+
rev: "0.8.0"
7474
hooks:
7575
- id: nbstripout
7676
args: ["--strip-empty-cells",
7777
"--extra-keys", "metadata.kernelspec metadata.language_info"]
7878

7979
- repo: https://github.com/mgedmin/check-manifest
80-
rev: "0.49"
80+
rev: "0.50"
8181
hooks:
8282
- id: check-manifest
8383
stages: [manual]
8484

8585
- repo: https://github.com/codespell-project/codespell
86-
rev: "v2.2.2"
86+
rev: "v2.3.0"
8787
hooks:
8888
- id: codespell
8989
args: ["-L", "nd,unparseable,compiletime"]
9090

9191
- repo: https://github.com/shellcheck-py/shellcheck-py
92-
rev: "v0.8.0.4"
92+
rev: "v0.10.0.1"
9393
hooks:
9494
- id: shellcheck
9595

9696
- repo: https://github.com/pre-commit/pygrep-hooks
97-
rev: "v1.9.0"
97+
rev: "v1.10.0"
9898
hooks:
9999
- id: python-no-log-warn
100100
- id: rst-backticks
101101
- id: rst-directive-colons
102102
- id: rst-inline-touching-normal
103103

104104
- repo: https://github.com/pre-commit/mirrors-prettier
105-
rev: "v3.0.0-alpha.4"
105+
rev: "v4.0.0-alpha.8"
106106
hooks:
107107
- id: prettier
108108
types_or: [json]

0 commit comments

Comments
 (0)