Skip to content

Commit 3ff32b1

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/kieran-ryan/pyprojectsort: v0.3.0 → v0.4.0](kieran-ryan/pyprojectsort@v0.3.0...v0.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.12.9](astral-sh/ruff-pre-commit@v0.4.4...v0.12.9) - [github.com/keewis/blackdoc: v0.3.9 → v0.4.1](keewis/blackdoc@v0.3.9...v0.4.1) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.22](hukkin/mdformat@0.7.17...0.7.22) - [github.com/asottile/pyupgrade: v3.15.2 → v3.20.0](asottile/pyupgrade@v3.15.2...v3.20.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.5 → 1.9.1](nbQA-dev/nbQA@1.8.5...1.9.1) - [github.com/compilerla/conventional-pre-commit: v3.2.0 → v4.2.0](compilerla/conventional-pre-commit@v3.2.0...v4.2.0)
1 parent 6dd8fb8 commit 3ff32b1

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,20 +1,20 @@
1-
default_stages: [commit]
1+
default_stages: [pre-commit]
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010

1111
- repo: https://github.com/kieran-ryan/pyprojectsort
12-
rev: v0.3.0
12+
rev: v0.4.0
1313
hooks:
1414
- id: pyprojectsort
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.4.4
17+
rev: v0.12.9
1818
hooks:
1919
# Run the linter.
2020
- id: ruff
@@ -23,13 +23,13 @@ repos:
2323
- id: ruff-format
2424

2525
- repo: https://github.com/keewis/blackdoc
26-
rev: v0.3.9
26+
rev: v0.4.1
2727
hooks:
2828
- id: blackdoc
2929
additional_dependencies: ["black[jupyter]"]
3030

3131
- repo: https://github.com/codespell-project/codespell
32-
rev: v2.2.6
32+
rev: v2.4.1
3333
hooks:
3434
- id: codespell
3535
types_or: [python, markdown, rst]
@@ -44,7 +44,7 @@ repos:
4444
# args: ["-d relaxed"]
4545

4646
- repo: https://github.com/executablebooks/mdformat
47-
rev: 0.7.17
47+
rev: 0.7.22
4848
hooks:
4949
- id: mdformat
5050
additional_dependencies:
@@ -61,26 +61,26 @@ repos:
6161
- id: check-execution-order
6262

6363
- repo: https://github.com/asottile/pyupgrade
64-
rev: v3.15.2
64+
rev: v3.20.0
6565
hooks:
6666
- id: pyupgrade
6767

6868
- repo: https://github.com/kynan/nbstripout
69-
rev: 0.7.1
69+
rev: 0.8.1
7070
hooks:
7171
- id: nbstripout
7272
args: ["--keep-output"]
7373

7474
- repo: https://github.com/nbQA-dev/nbQA
75-
rev: 1.8.5
75+
rev: 1.9.1
7676
hooks:
7777
- id: nbqa-black
7878
- id: nbqa-ruff
7979
args: ["--fix"]
8080
- id: nbqa-ruff
8181

8282
- repo: https://github.com/compilerla/conventional-pre-commit
83-
rev: v3.2.0
83+
rev: v4.2.0
8484
hooks:
8585
- id: conventional-pre-commit
8686
stages: [commit-msg]

0 commit comments

Comments
 (0)