Skip to content

Commit d5870f8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/lyz-code/yamlfix: 1.2.0 → 1.17.0](lyz-code/yamlfix@1.2.0...1.17.0) - [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/psf/black: 22.12.0 → 24.10.0](psf/black@22.12.0...24.10.0) - [github.com/asottile/blacken-docs: 1.13.0 → 1.19.1](adamchainz/blacken-docs@1.13.0...1.19.1) - [github.com/PyCQA/docformatter: v1.5.1 → v1.7.5](PyCQA/docformatter@v1.5.1...v1.7.5) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.230 → v0.7.2](astral-sh/ruff-pre-commit@v0.0.230...v0.7.2) - [github.com/kynan/nbstripout: 0.6.1 → 0.8.0](kynan/nbstripout@0.6.1...0.8.0) - [github.com/nbQA-dev/nbQA: 1.6.1 → 1.8.7](nbQA-dev/nbQA@1.6.1...1.8.7) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.18](hukkin/mdformat@0.7.16...0.7.18) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.18](hukkin/mdformat@0.7.16...0.7.18) - [github.com/codespell-project/codespell: v2.2.2 → v2.3.0](codespell-project/codespell@v2.2.2...v2.3.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.7.0](asottile/setup-cfg-fmt@v2.2.0...v2.7.0)
1 parent 388a114 commit d5870f8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.pre-commit-config.yaml

+13-13
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ repos:
66
- id: check-useless-excludes
77
# - id: identity # Prints all files passed to pre-commits. Debugging.
88
- repo: https://github.com/lyz-code/yamlfix
9-
rev: 1.2.0
9+
rev: 1.17.0
1010
hooks:
1111
- id: yamlfix
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.4.0
13+
rev: v5.0.0
1414
hooks:
1515
- id: check-added-large-files
1616
args:
@@ -37,16 +37,16 @@ repos:
3737
- id: check-ast
3838
- id: check-docstring-first
3939
- repo: https://github.com/psf/black
40-
rev: 22.12.0
40+
rev: 24.10.0
4141
hooks:
4242
- id: black
4343
language_version: python3.10
4444
- repo: https://github.com/asottile/blacken-docs
45-
rev: 1.13.0
45+
rev: 1.19.1
4646
hooks:
4747
- id: blacken-docs
4848
- repo: https://github.com/PyCQA/docformatter
49-
rev: v1.5.1
49+
rev: v1.7.5
5050
hooks:
5151
- id: docformatter
5252
args:
@@ -56,26 +56,26 @@ repos:
5656
- --wrap-descriptions
5757
- '88'
5858
- --blank
59-
- repo: https://github.com/charliermarsh/ruff-pre-commit
60-
rev: v0.0.230
59+
- repo: https://github.com/astral-sh/ruff-pre-commit
60+
rev: v0.7.2
6161
hooks:
6262
- id: ruff
6363
# args:
6464
# - --verbose
6565
- repo: https://github.com/kynan/nbstripout
66-
rev: 0.6.1
66+
rev: 0.8.0
6767
hooks:
6868
- id: nbstripout
6969
args:
7070
- --extra-keys
7171
- metadata.kernelspec metadata.language_info.version metadata.vscode
7272
- repo: https://github.com/nbQA-dev/nbQA
73-
rev: 1.6.1
73+
rev: 1.8.7
7474
hooks:
7575
- id: nbqa-black
7676
- id: nbqa-ruff
7777
- repo: https://github.com/executablebooks/mdformat
78-
rev: 0.7.16
78+
rev: 0.7.18
7979
hooks:
8080
- id: mdformat
8181
additional_dependencies:
@@ -86,7 +86,7 @@ repos:
8686
- '88'
8787
files: (README\.md)
8888
- repo: https://github.com/executablebooks/mdformat
89-
rev: 0.7.16
89+
rev: 0.7.18
9090
hooks:
9191
- id: mdformat
9292
additional_dependencies:
@@ -97,13 +97,13 @@ repos:
9797
- '88'
9898
files: (docs/.)
9999
- repo: https://github.com/codespell-project/codespell
100-
rev: v2.2.2
100+
rev: v2.3.0
101101
hooks:
102102
- id: codespell
103103
args:
104104
- --skip="**.ipynb"
105105
- repo: https://github.com/asottile/setup-cfg-fmt
106-
rev: v2.2.0
106+
rev: v2.7.0
107107
hooks:
108108
- id: setup-cfg-fmt
109109
ci:

0 commit comments

Comments
 (0)