Skip to content

Commit be5b5f6

Browse files
[pre-commit.ci] pre-commit autoupdate (#468)
updates: - [github.com/asottile/pyupgrade: v3.0.0 → v3.1.0](asottile/pyupgrade@v3.0.0...v3.1.0) - [github.com/codespell-project/codespell: v2.2.1 → v2.2.2](codespell-project/codespell@v2.2.1...v2.2.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent eaa09fc commit be5b5f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
args: ["-a", "from __future__ import annotations"]
2525

2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.0.0
27+
rev: v3.1.0
2828
hooks:
2929
- id: pyupgrade
3030
args: ["--py37-plus"]
@@ -42,7 +42,7 @@ repos:
4242
additional_dependencies: [flake8-bugbear]
4343

4444
- repo: https://github.com/codespell-project/codespell
45-
rev: v2.2.1
45+
rev: v2.2.2
4646
hooks:
4747
- id: codespell
4848

0 commit comments

Comments
 (0)