Skip to content

Commit ada8116

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.5.1](astral-sh/ruff-pre-commit@v0.4.4...v0.5.1) - [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.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
1 parent 8bc1745 commit ada8116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.5.1
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.16.0
6565
hooks:
6666
- id: pyupgrade
6767

0 commit comments

Comments
 (0)