Skip to content

Commit 5d4df93

Browse files
[pre-commit.ci] pre-commit autoupdate (#11)
updates: - [github.com/asottile/pyupgrade: v3.0.0 → v3.2.0](asottile/pyupgrade@v3.0.0...v3.2.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 a5dcf30 commit 5d4df93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: isort
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: "v3.0.0"
24+
rev: "v3.2.0"
2525
hooks:
2626
- id: pyupgrade
2727
args: ["--py310-plus"]
@@ -58,7 +58,7 @@ repos:
5858
- pytest
5959

6060
- repo: https://github.com/codespell-project/codespell
61-
rev: "v2.2.1"
61+
rev: "v2.2.2"
6262
hooks:
6363
- id: codespell
6464
args: ["-L", "te,slowy,aray,ba,nd,classs,crate,feld,lits"]

0 commit comments

Comments
 (0)