Skip to content

Commit bb90c32

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.20.0](asottile/pyupgrade@v3.17.0...v3.20.0) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.8.0](asottile/setup-cfg-fmt@v2.5.0...v2.8.0) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1) - [github.com/nbQA-dev/nbQA: 1.8.7 → 1.9.1](nbQA-dev/nbQA@1.8.7...1.9.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.17.1](pre-commit/mirrors-mypy@v1.11.2...v1.17.1) - [github.com/rstcheck/rstcheck: v6.2.4 → v6.2.5](rstcheck/rstcheck@v6.2.4...v6.2.5) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 084956a commit bb90c32

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
@@ -7,7 +7,7 @@ default_language_version:
77
repos:
88
# Formatters
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.6.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-ast
1313
- id: check-builtin-literals
@@ -19,7 +19,7 @@ repos:
1919
args: [--remove]
2020

2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.17.0
22+
rev: v3.20.0
2323
hooks:
2424
- id: pyupgrade
2525
types: [file]
@@ -36,30 +36,30 @@ repos:
3636
types_or: [python, pyi]
3737

3838
- repo: https://github.com/psf/black
39-
rev: 24.8.0
39+
rev: 25.1.0
4040
hooks:
4141
- id: black
4242
types: [file]
4343
types_or: [python, pyi]
4444
language_version: python3
4545

4646
- repo: https://github.com/PyCQA/isort
47-
rev: 5.13.2
47+
rev: 6.0.1
4848
hooks:
4949
- id: isort
5050
types: [file]
5151
types_or: [python, pyi]
5252
minimum_pre_commit_version: 2.9.0
5353

5454
- repo: https://github.com/asottile/setup-cfg-fmt
55-
rev: v2.5.0
55+
rev: v2.8.0
5656
hooks:
5757
- id: setup-cfg-fmt
5858
args: [--include-version-classifiers]
5959

6060
# Notebook tools
6161
- repo: https://github.com/kynan/nbstripout
62-
rev: 0.7.1
62+
rev: 0.8.1
6363
hooks:
6464
- id: nbstripout
6565
args:
@@ -68,7 +68,7 @@ repos:
6868
- "metadata.vscode metadata.language_info.version"
6969

7070
- repo: https://github.com/nbQA-dev/nbQA
71-
rev: 1.8.7
71+
rev: 1.9.1
7272
hooks:
7373
- id: nbqa-black
7474
additional_dependencies: [black==22.6.0]
@@ -92,7 +92,7 @@ repos:
9292
additional_dependencies: [flake8-docstrings, flake8-print>=5.0.0]
9393

9494
- repo: https://github.com/PyCQA/flake8
95-
rev: 7.1.1
95+
rev: 7.3.0
9696
hooks:
9797
- id: flake8
9898
name: "flake8 lint code"
@@ -104,7 +104,7 @@ repos:
104104
- "--count"
105105

106106
- repo: https://github.com/PyCQA/flake8
107-
rev: 7.1.1
107+
rev: 7.3.0
108108
hooks:
109109
- id: flake8
110110
alias: flake8-docs
@@ -116,7 +116,7 @@ repos:
116116
additional_dependencies: [flake8-docstrings, darglint==1.8.0]
117117

118118
- repo: https://github.com/pre-commit/mirrors-mypy
119-
rev: v1.11.2
119+
rev: v1.17.1
120120
hooks:
121121
- id: mypy
122122
exclude: "docs|benchmark/|.*/tests?/.*"
@@ -131,7 +131,7 @@ repos:
131131
additional_dependencies: [click<8]
132132

133133
- repo: https://github.com/rstcheck/rstcheck
134-
rev: "v6.2.4"
134+
rev: "v6.2.5"
135135
hooks:
136136
- id: rstcheck
137137
additional_dependencies: [sphinx]
@@ -150,7 +150,7 @@ repos:
150150
- id: rst-inline-touching-normal
151151

152152
- repo: https://github.com/codespell-project/codespell
153-
rev: v2.3.0
153+
rev: v2.4.1
154154
hooks:
155155
- id: codespell
156156
types: [file]

0 commit comments

Comments
 (0)