Skip to content

Commit 58b8caa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.6.5](astral-sh/ruff-pre-commit@v0.4.4...v0.6.5) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0) - [github.com/nbQA-dev/nbQA: 1.8.5 → 1.8.7](nbQA-dev/nbQA@1.8.5...1.8.7) - [github.com/compilerla/conventional-pre-commit: v3.2.0 → v3.4.0](compilerla/conventional-pre-commit@v3.2.0...v3.4.0)
1 parent 5f0c7c0 commit 58b8caa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: pyprojectsort
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.4.4
17+
rev: v0.6.5
1818
hooks:
1919
# Run the linter.
2020
- id: ruff
@@ -29,7 +29,7 @@ repos:
2929
additional_dependencies: ["black[jupyter]"]
3030

3131
- repo: https://github.com/codespell-project/codespell
32-
rev: v2.2.6
32+
rev: v2.3.0
3333
hooks:
3434
- id: codespell
3535
types_or: [python, markdown, rst]
@@ -61,7 +61,7 @@ repos:
6161
- id: check-execution-order
6262

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

@@ -72,15 +72,15 @@ repos:
7272
args: ["--keep-output"]
7373

7474
- repo: https://github.com/nbQA-dev/nbQA
75-
rev: 1.8.5
75+
rev: 1.8.7
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: v3.4.0
8484
hooks:
8585
- id: conventional-pre-commit
8686
stages: [commit-msg]

0 commit comments

Comments
 (0)